diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-07-28 01:30:58 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-07-28 01:30:58 (GMT) |
commit | 8bde9111157e0eb994159c1506b1cec86298f810 (patch) | |
tree | 27d5ea90712d9eee3e678804ef581bac50ff9ba2 /Doc/library/os.rst | |
parent | 4b53359090b7b3cfad128e40083f563f7c1900e4 (diff) | |
parent | eb9957065acaafbf3d8ebee4770ecb13ea0c07c0 (diff) | |
download | cpython-8bde9111157e0eb994159c1506b1cec86298f810.zip cpython-8bde9111157e0eb994159c1506b1cec86298f810.tar.gz cpython-8bde9111157e0eb994159c1506b1cec86298f810.tar.bz2 |
Issue #27626: Merge spelling fixes from 3.5
Diffstat (limited to 'Doc/library/os.rst')
-rw-r--r-- | Doc/library/os.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/os.rst b/Doc/library/os.rst index eae7249..9456733 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst @@ -1938,7 +1938,7 @@ features: On Unix, *path* can be of type :class:`str` or :class:`bytes` (use :func:`~os.fsencode` and :func:`~os.fsdecode` to encode and decode :class:`bytes` paths). On Windows, *path* must be of type :class:`str`. - On both sytems, the type of the :attr:`~os.DirEntry.name` and + On both systems, the type of the :attr:`~os.DirEntry.name` and :attr:`~os.DirEntry.path` attributes of each :class:`os.DirEntry` will be of the same type as *path*. |