Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
3bef15be
Commit
3bef15be
authored
May 05, 2009
by
Eric Smith
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improved wording.
parent
4adbc34a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
Doc/library/string.rst
Doc/library/string.rst
+4
-4
No files found.
Doc/library/string.rst
View file @
3bef15be
...
@@ -434,10 +434,10 @@ The available presentation types for floating point and decimal values are:
...
@@ -434,10 +434,10 @@ The available presentation types for floating point and decimal values are:
| ``'%'`` | Percentage. Multiplies the number by 100 and displays |
| ``'%'`` | Percentage. Multiplies the number by 100 and displays |
| | in fixed (``'f'``) format, followed by a percent sign. |
| | in fixed (``'f'``) format, followed by a percent sign. |
+---------+----------------------------------------------------------+
+---------+----------------------------------------------------------+
| None | Similar to ``'g'``, except with at least one d
ecimal
|
| None | Similar to ``'g'``, except with at least one d
igit past
|
| |
point and a default precision of 12. This is intended to
|
| |
the decimal point and a default precision of 12. This is
|
| |
match :func:`str`, except you can add the other
|
| |
intended to match :func:`str`, except you can add the
|
| |
format modifiers.
|
| |
other format modifiers.
|
+---------+----------------------------------------------------------+
+---------+----------------------------------------------------------+
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment