diff options
author | Xtreak <tirkarthi@users.noreply.github.com> | 2018-06-16 05:08:31 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2018-06-16 05:08:31 (GMT) |
commit | c151f7846d6d900c22edaaa77f5f7771b529099e (patch) | |
tree | 986c9e7904eb1dbd890f830d94ddb0a334107e36 /Doc/whatsnew/3.7.rst | |
parent | b193fa996a746111252156f11fb14c12fd6267e6 (diff) | |
download | cpython-c151f7846d6d900c22edaaa77f5f7771b529099e.zip cpython-c151f7846d6d900c22edaaa77f5f7771b529099e.tar.gz cpython-c151f7846d6d900c22edaaa77f5f7771b529099e.tar.bz2 |
bpo-33859: Fix spelling mistakes in docs. (GH-7691)
Diffstat (limited to 'Doc/whatsnew/3.7.rst')
-rw-r--r-- | Doc/whatsnew/3.7.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.7.rst b/Doc/whatsnew/3.7.rst index f175426..287a027 100644 --- a/Doc/whatsnew/3.7.rst +++ b/Doc/whatsnew/3.7.rst @@ -2262,7 +2262,7 @@ Changes in the Python API * Because :func:`shutil.rmtree` is now implemented using the :func:`os.scandir` function, the user specified handler *onerror* is now called with the first - argument ``os.scandir`` instead of ``os.listdir`` when listing the direcory + argument ``os.scandir`` instead of ``os.listdir`` when listing the directory is failed. * Support for nested sets and set operations in regular expressions as in |