8000 Update Lib/datetime.py · python/cpython@cb9c68d · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit cb9c68d

Browse files
rhettingersobolevn
andauthored
Update Lib/datetime.py
Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
1 parent 57eb95f commit cb9c68d

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)
0