Skip to content

Commit 7094699

Browse files
Update Lib/_pydatetime.py
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
1 parent 28b193e commit 7094699

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/_pydatetime.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1073,7 +1073,7 @@ def fromisocalendar(cls, year, week, day):
10731073
@classmethod
10741074
def strptime(cls, date_string, format):
10751075
"""Parse string according to the given date format (like time.strptime()).
1076-
1076+
10771077
For a list of supported format codes, see the documentation:
10781078
https://docs.python.org/3/library/datetime.html#format-codes
10791079
"""

0 commit comments

Comments
 (0)