Skip to content

Commit 14cd3f1

Browse files
Apply suggestion from @StanFromIreland
Co-authored-by: Stan Ulbrych <stan@python.org>
1 parent 6ae6b04 commit 14cd3f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/time.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ Functions
220220
Convert a time expressed in seconds since the epoch_ to a string of a form:
221221
``'Sun Jun 20 23:21:05 1993'`` representing local time. The day field
222222
is two characters long and is space padded if the day is a single digit,
223-
e.g.: ``'Wed Jun 9 04:26:40 1993'``.
223+
for example: ``'Wed Jun 9 04:26:40 1993'``.
224224

225225
If *seconds* is not provided or :const:`None`, the current time as
226226
returned by :func:`.time` is used. ``ctime(seconds)`` is equivalent to

0 commit comments

Comments
 (0)