summaryrefslogtreecommitdiff
path: root/Lib/pydoc_data
diff options
context:
space:
mode:
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
commite723086bc33c19c6c52046d515eb3c2aab1b8f97 (patch)
treea17ed08e5e1ad5cfcb1bc6ebfca664a403c2078e /Lib/pydoc_data
parenta217e0ab98e883a550da001e95cb3452c1a6b9da (diff)
downloadcpython-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.py10
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'