diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-07-28 01:11:04 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-07-28 01:11:04 (GMT) |
commit | eb9957065acaafbf3d8ebee4770ecb13ea0c07c0 (patch) | |
tree | a5caf4a201daa6a5094eb18f605cb2b4b7bc91fd /Doc/library/os.rst | |
parent | eac67be948e972dc12b7b4abfa83b09becf6422c (diff) | |
download | cpython-eb9957065acaafbf3d8ebee4770ecb13ea0c07c0.zip cpython-eb9957065acaafbf3d8ebee4770ecb13ea0c07c0.tar.gz cpython-eb9957065acaafbf3d8ebee4770ecb13ea0c07c0.tar.bz2 |
Issue #27626: Spelling fixes in docs, comments and internal names
Based on patch by Ville Skyttä.
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 e73d8ee..4265bc2 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst @@ -1900,7 +1900,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:`~DirEntry.name` and + On both systems, the type of the :attr:`~DirEntry.name` and :attr:`~DirEntry.path` attributes of each :class:`DirEntry` will be of the same type as *path*. |