diff options
| author | Łukasz Langa <lukasz@langa.pl> | 2021-04-02 17:38:57 (GMT) |
|---|---|---|
| committer | Łukasz Langa <lukasz@langa.pl> | 2021-04-02 17:38:57 (GMT) |
| commit | fbd4e58f63230c87b1a05f1ece8b0c9c916be82f (patch) | |
| tree | 66cf460261edbe913c192b069d08cecc53e25770 /Lib/pydoc_data/topics.py | |
| parent | 7ad56e254519047aeb9c669b9ea2f2bf0acfd401 (diff) | |
| parent | e723086bc33c19c6c52046d515eb3c2aab1b8f97 (diff) | |
| download | cpython-fbd4e58f63230c87b1a05f1ece8b0c9c916be82f.zip cpython-fbd4e58f63230c87b1a05f1ece8b0c9c916be82f.tar.gz cpython-fbd4e58f63230c87b1a05f1ece8b0c9c916be82f.tar.bz2 | |
Merge tag 'v3.9.3' into 3.9
Python 3.9.3
Diffstat (limited to 'Lib/pydoc_data/topics.py')
| -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 ae896c2..eb5b893 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' |
