diff options
| author | Berker Peksag <berker.peksag@gmail.com> | 2016-05-04 20:26:04 (GMT) |
|---|---|---|
| committer | Berker Peksag <berker.peksag@gmail.com> | 2016-05-04 20:26:04 (GMT) |
| commit | 9fc385748caa4802b0a10c5978873da850dd319d (patch) | |
| tree | 9a20b5e2e7d214523ff6cb09d90b3982a7bb55c3 | |
| parent | dd40fc3e57da1988bffa35e3aad33fa0a6dda813 (diff) | |
| parent | bace976db1df41366d52fdf87800f56854c31d48 (diff) | |
| download | cpython-9fc385748caa4802b0a10c5978873da850dd319d.zip cpython-9fc385748caa4802b0a10c5978873da850dd319d.tar.gz cpython-9fc385748caa4802b0a10c5978873da850dd319d.tar.bz2 | |
Issue #26957: Remove duplicate 'the' from datetime documentation
Patch by Alex Chan.
| -rw-r--r-- | Doc/library/datetime.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/datetime.rst b/Doc/library/datetime.rst index 9e6b66a..778998d 100644 --- a/Doc/library/datetime.rst +++ b/Doc/library/datetime.rst @@ -1941,7 +1941,7 @@ format codes. +-----------+--------------------------------+------------------------+-------+ | ``%z`` | UTC offset in the form +HHMM | (empty), +0000, -0400, | \(6) | | | or -HHMM (empty string if the | +1030 | | -| | the object is naive). | | | +| | object is naive). | | | +-----------+--------------------------------+------------------------+-------+ | ``%Z`` | Time zone name (empty string | (empty), UTC, EST, CST | | | | if the object is naive). | | | |
