Skip to content

Commit 6b4f7ae

Browse files
rhettingersobolevn
andcommitted
Update Lib/datetime.py
Co-authored-by: Nikita Sobolev <[email protected]>
1 parent 2dca9a2 commit 6b4f7ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/datetime.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1035,7 +1035,7 @@ def ctime(self):
10351035
def strftime(self, fmt):
10361036
"""
10371037
Format using strftime().
1038-
1038+
10391039
Example: "%d/%m/%Y, %H:%M:%S"
10401040
"""
10411041
return _wrap_strftime(self, fmt, self.timetuple())

0 commit comments

Comments
 (0)