8000 Remove unhelpful docs · python/cpython@5b35c1a · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 5b35c1a

Browse files
authored
Remove unhelpful docs
1 parent 2e279e8 commit 5b35c1a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Lib/datetime.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -587,8 +587,7 @@ class timedelta:
587587
returning a timedelta, and addition or subtraction of a datetime
588588
and a timedelta giving a datetime.
589589
590-
Representation: (days, seconds, microseconds). Why? Because I
591-
felt like it.
590+
Representation: (days, seconds, microseconds).
592591
"""
593592
__slots__ = '_days', '_seconds', '_microseconds', '_hashcode'
594593

0 commit comments

Comments
 (0)
0