summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNikita Sobolev <mail@sobolevn.me>2022-11-09 22:05:07 (GMT)
committerGitHub <noreply@github.com>2022-11-09 22:05:07 (GMT)
commit87f5180cd79617223ac513e9f45933f774134e32 (patch)
treeeefb10c8e390f0c236916e0cbec986a3d7515c7a /Misc
parent283ab0e1c002f2d7459d581df6b4b8599e7d1a4d (diff)
downloadcpython-87f5180cd79617223ac513e9f45933f774134e32.zip
cpython-87f5180cd79617223ac513e9f45933f774134e32.tar.gz
cpython-87f5180cd79617223ac513e9f45933f774134e32.tar.bz2
gh-98832: Change wording in docstring of `pathlib.Path.iterdir` (GH-98833)
Found while working on https://github.com/python/cpython/issues/98829 Automerge-Triggered-By: GH:AlexWaygood
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Documentation/2022-10-29-02-33-46.gh-issue-98832.DudEIH.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2022-10-29-02-33-46.gh-issue-98832.DudEIH.rst b/Misc/NEWS.d/next/Documentation/2022-10-29-02-33-46.gh-issue-98832.DudEIH.rst
new file mode 100644
index 0000000..c4a4566
--- /dev/null
+++ b/Misc/NEWS.d/next/Documentation/2022-10-29-02-33-46.gh-issue-98832.DudEIH.rst
@@ -0,0 +1 @@
+Changes wording of docstring for :func:`pathlib.Path.iterdir`.