diff options
author | Ned Deily <nad@python.org> | 2021-06-28 16:52:10 (GMT) |
---|---|---|
committer | Ned Deily <nad@python.org> | 2021-06-28 16:52:10 (GMT) |
commit | 9a0099d1bf14bce417370aae6d55527417cda354 (patch) | |
tree | 14b5d8cf907559a1ce81c89c8f285c136f194327 /Lib/pydoc_data/topics.py | |
parent | 1b6f4e5e13ebd1f957b47f7415b53d0869bdbac6 (diff) | |
download | cpython-9a0099d1bf14bce417370aae6d55527417cda354.zip cpython-9a0099d1bf14bce417370aae6d55527417cda354.tar.gz cpython-9a0099d1bf14bce417370aae6d55527417cda354.tar.bz2 |
3.6.14v3.6.14
Diffstat (limited to 'Lib/pydoc_data/topics.py')
-rw-r--r-- | Lib/pydoc_data/topics.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Lib/pydoc_data/topics.py b/Lib/pydoc_data/topics.py index b34cbbc..9c57887 100644 --- a/Lib/pydoc_data/topics.py +++ b/Lib/pydoc_data/topics.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Autogenerated by Sphinx on Mon Feb 15 20:10:09 2021 +# Autogenerated by Sphinx on Mon Jun 28 12:38:05 2021 topics = {'assert': 'The "assert" statement\n' '**********************\n' '\n' @@ -4863,7 +4863,7 @@ topics = {'assert': 'The "assert" statement\n' 'character that can be any character and defaults to a space ' 'if\n' 'omitted. It is not possible to use a literal curly brace ' - '(“"{"” or\n' + '(”"{"” or\n' '“"}"”) as the *fill* character in a formatted string ' 'literal or when\n' 'using the "str.format()" method. However, it is possible ' @@ -6455,7 +6455,7 @@ topics = {'assert': 'The "assert" statement\n' '\n' 'Note that numeric literals do not include a sign; a phrase like ' '"-1"\n' - 'is actually an expression composed of the unary operator ‘"-"‘ ' + 'is actually an expression composed of the unary operator ‘"-"’ ' 'and the\n' 'literal "1".\n', 'numeric-types': 'Emulating numeric types\n' |