diff options
author | Binbin <binloveplay1314@qq.com> | 2021-06-13 02:47:44 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-13 02:47:44 (GMT) |
commit | 17b16e13bb444001534ed6fccb459084596c8bcf (patch) | |
tree | 569101fcca308843dd1ff731dbd74682d7700f6f /Lib/turtle.py | |
parent | 736ed6f7a9f465ba728198e8bca81e5fbe71bc37 (diff) | |
download | cpython-17b16e13bb444001534ed6fccb459084596c8bcf.zip cpython-17b16e13bb444001534ed6fccb459084596c8bcf.tar.gz cpython-17b16e13bb444001534ed6fccb459084596c8bcf.tar.bz2 |
Fix typos in multiple files (GH-26689)
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Diffstat (limited to 'Lib/turtle.py')
-rw-r--r-- | Lib/turtle.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/turtle.py b/Lib/turtle.py index 7d94720..95d55e9 100644 --- a/Lib/turtle.py +++ b/Lib/turtle.py @@ -3826,7 +3826,7 @@ def write_docstringdict(filename="turtle_docstringdict"): default value is turtle_docstringdict Has to be called explicitly, (not used by the turtle-graphics classes) - The docstring dictionary will be written to the Python script <filname>.py + The docstring dictionary will be written to the Python script <filename>.py It is intended to serve as a template for translation of the docstrings into different languages. """ |