Skip to content

Commit f97ec09

Browse files
bpo-33381: [doc] strftime's %f option may pad zeros on the left or the right (GH-29801)
1 parent 9a5dec4 commit f97ec09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/datetime.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -2359,8 +2359,8 @@ requires, and these work on all platforms with a standard C implementation.
23592359
| | decimal number. | | \(9) |
23602360
+-----------+--------------------------------+------------------------+-------+
23612361
| ``%f`` | Microsecond as a decimal | 000000, 000001, ..., | \(5) |
2362-
| | number, zero-padded on the | 999999 | |
2363-
| | left. | | |
2362+
| | number, zero-padded to 6 | 999999 | |
2363+
| | digits. | | |
23642364
+-----------+--------------------------------+------------------------+-------+
23652365
| ``%z`` | UTC offset in the form | (empty), +0000, | \(6) |
23662366
| | ``±HHMM[SS[.ffffff]]`` (empty | -0400, +1030, | |

0 commit comments

Comments
 (0)