diff options
author | Łukasz Langa <lukasz@langa.pl> | 2021-04-02 10:32:10 (GMT) |
---|---|---|
committer | Łukasz Langa <lukasz@langa.pl> | 2021-04-02 10:32:10 (GMT) |
commit | a743f8192b3b322b2c23b13926f1c7f288cb2206 (patch) | |
tree | 38e9bf520490926d9dd320b619e3fa3864986c95 /Lib | |
parent | 154f86f056c0f68cadd310e68fd2855f9fc9a5a8 (diff) | |
download | cpython-3.8.9.zip cpython-3.8.9.tar.gz cpython-3.8.9.tar.bz2 |
Python 3.8.9v3.8.9
Diffstat (limited to 'Lib')
-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 475c256..2a16970 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 11:26:48 2021 +# Autogenerated by Sphinx on Fri Apr 2 12:30:35 2021 topics = {'assert': 'The "assert" statement\n' '**********************\n' '\n' @@ -5003,9 +5003,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' |