8000 bpo-39096: Format specification documentation fixes for numeric types by mdickinson · Pull Request #23575 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

bpo-39096: Format specification documentation fixes for numeric types #23575

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

Merged
merged 4 commits into from
Dec 18, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
8000
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix reST table markup
  • Loading branch information
mdickinson committed Nov 30, 2020
commit 4aac5229ba6abba14ea91ec3ddfd8f5e5ce9b99d
2 changes: 1 addition & 1 deletion Doc/library/string.rst
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ The available presentation types for :class:`float` and
| | For :class:`~decimal.Decimal`, this is the same as |
| | either ``'g'`` or ``'G'`` depending on the value of |
| | ``context.capitals`` for the current decimal context. |
| |
| | |
| | The overall effect is to match the output of :func:`str` |
| | as altered by the other format modifiers. |
+---------+----------------------------------------------------------+
Expand Down
0