8000 gh-85583: Document f-strings in library/stdtypes.rst by amaajemyfren · Pull Request #21552 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-85583: Document f-strings in library/stdtypes.rst #21552

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 12 commits into from
Prev Previous commit
Next Next commit
Remove extra white spaces in stdtypes.rst
  • Loading branch information
amaajemyfren authored Aug 6, 2020
commit 876b580368ae0e51461d0608e1715d2a29b3606a
10 changes: 5 additions & 5 deletions Doc/library/stdtypes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2465,12 +2465,12 @@ Note that this is the :func:`str` format of a :mod:`datetime`. To show a
different format you use a conversion. There are three conversions beginning
with the ``'!'`` (exclamation) mark.

============ ===============
Conversion Meaning
============ ===============
``!r`` :func:`repr`
``!s`` :func:`str`
``!a`` :func:`ascii`
Conversion Meaning
============ ===============
``!r`` :func:`repr`
``!s`` :func:`str`
``!a`` :func:`ascii`
============ ===============

::
Expand Down
0