diff options
author | Ned Deily <nad@python.org> | 2020-03-10 02:11:12 -0400 |
---|---|---|
committer | Ned Deily <nad@python.org> | 2020-03-10 02:11:12 -0400 |
commit | d7c567b08f9d7d6aef21b881340a2b72731129db (patch) | |
tree | 669cc27618c6e9e9883740c3835dd9a7481d41f3 /Lib/pydoc_data | |
parent | e7ca2d3e6a83668e0176a0f5eccfb249fb2738da (diff) | |
download | cpython-git-3.7.7.tar.gz |
3.7.7v3.7.7
Diffstat (limited to 'Lib/pydoc_data')
-rw-r--r-- | Lib/pydoc_data/topics.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/pydoc_data/topics.py b/Lib/pydoc_data/topics.py index 7ca16fb4b2..4cfca96a09 100644 --- a/Lib/pydoc_data/topics.py +++ b/Lib/pydoc_data/topics.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Autogenerated by Sphinx on Wed Mar 4 02:29:35 2020 +# Autogenerated by Sphinx on Tue Mar 10 02:06:42 2020 topics = {'assert': 'The "assert" statement\n' '**********************\n' '\n' @@ -8920,7 +8920,7 @@ topics = {'assert': 'The "assert" statement\n' '\n' 'If the metaclass has no "__prepare__" attribute, then the ' 'class\n' - 'namespace is initialised as an empty "dict()".\n' + 'namespace is initialised as an empty ordered mapping.\n' '\n' 'See also:\n' '\n' |