diff options
author | Łukasz Langa <lukasz@langa.pl> | 2021-04-02 11:51:53 +0200 |
---|---|---|
committer | Łukasz Langa <lukasz@langa.pl> | 2021-04-02 11:51:53 +0200 |
commit | e723086bc33c19c6c52046d515eb3c2aab1b8f97 (patch) | |
tree | a17ed08e5e1ad5cfcb1bc6ebfca664a403c2078e /Lib/pydoc_data | |
parent | a217e0ab98e883a550da001e95cb3452c1a6b9da (diff) | |
download | cpython-git-3.9.3.tar.gz |
Python 3.9.3v3.9.3
Diffstat (limited to 'Lib/pydoc_data')
-rw-r--r-- | Lib/pydoc_data/topics.py | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/Lib/pydoc_data/topics.py b/Lib/pydoc_data/topics.py index ae896c2e5a..eb5b8936c0 100644 --- a/Lib/pydoc_data/topics.py +++ b/Lib/pydoc_data/topics.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Autogenerated by Sphinx on Fri Feb 19 13:29:38 2021 +# Autogenerated by Sphinx on Fri Apr 2 11:48:03 2021 topics = {'assert': 'The "assert" statement\n' '**********************\n' '\n' @@ -5019,9 +5019,11 @@ topics = {'assert': 'The "assert" statement\n' '"Formatter",\n' 'subclasses can define their own format string syntax). The ' 'syntax is\n' - 'related to that of formatted string literals, but there ' - 'are\n' - 'differences.\n' + 'related to that of formatted string literals, but it is ' + 'less\n' + 'sophisticated and, in particular, does not support ' + 'arbitrary\n' + 'expressions.\n' '\n' 'Format strings contain “replacement fields” surrounded by ' 'curly braces\n' |