We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a26464 commit 33db068Copy full SHA for 33db068
Doc/glossary.rst
@@ -320,6 +320,11 @@ Glossary
320
A module written in C or C++, using Python's C API to interact with the
321
core and with user code.
322
323
+ f-string
324
+ String literals prefixed with ``'f'`` or ``'F'`` are commonly called
325
+ "f-strings" which is short for
326
+ :ref:`formatted string literals <f-strings>`. See also :pep:`498`.
327
+
328
file object
329
An object exposing a file-oriented API (with methods such as
330
:meth:`read()` or :meth:`write()`) to an underlying resource. Depending
0 commit comments