summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2011-07-02 14:45:45 (GMT)
committerÉric Araujo <merwok@netwok.org>2011-07-02 14:45:45 (GMT)
commit2ee61884fe350bc1efbd20bffb305d6eac5a1937 (patch)
tree2c82ae7b7cc8ac4a312bf924922a5e49f4cd722c /Doc/whatsnew
parent9d872e19aac7f09d9b127936427d998bd1e3170c (diff)
downloadcpython-2ee61884fe350bc1efbd20bffb305d6eac5a1937.zip
cpython-2ee61884fe350bc1efbd20bffb305d6eac5a1937.tar.gz
cpython-2ee61884fe350bc1efbd20bffb305d6eac5a1937.tar.bz2
Clean up NEWS entry and tests for shutil.disk_usage (#12442)
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/3.3.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst
index a2f512b..e5e1805 100644
--- a/Doc/whatsnew/3.3.rst
+++ b/Doc/whatsnew/3.3.rst
@@ -206,7 +206,7 @@ handle NAT with non-secure FTP without opening fixed ports.
shutil
------
-The :mod:`shutil` module has a new :func:`~shutil.disk_usage` providing total,
+The :mod:`shutil` module has a new :func:`~shutil.disk_usage` function providing total,
used and free disk space statistics.
(Contributed by Giampaolo Rodolà in :issue:`12442`)