commit | 9aa20affb6603a297f0327da7e990ba2e7e2daeb | [log] [tgz] |
---|---|---|
author | Petri Lehtinen <petri@digip.org> | Fri Dec 02 21:24:14 2011 +0200 |
committer | Petri Lehtinen <petri@digip.org> | Fri Dec 02 21:24:14 2011 +0200 |
tree | f7d7bd50fb49582897c06e02cc17f5eed1d8fa01 | |
parent | c1f26f6fc1aef965e27e2937765eda0decda03c6 [diff] [blame] |
Issue #13439: Fix many errors in turtle docstrings.
diff --git a/Misc/NEWS b/Misc/NEWS index 2172853..b9700e9 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -87,6 +87,8 @@ Library ------- +- Issue #13439: Fix many errors in turtle docstrings. + - Issue #13487: Make inspect.getmodule robust against changes done to sys.modules while it is iterating over it.