There was an error while loading. Please reload this page.
1 parent 6ae6b04 commit 14cd3f1Copy full SHA for 14cd3f1
1 file changed
Doc/library/time.rst
@@ -220,7 +220,7 @@ Functions
220
Convert a time expressed in seconds since the epoch_ to a string of a form:
221
``'Sun Jun 20 23:21:05 1993'`` representing local time. The day field
222
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'``.
+ for example: ``'Wed Jun 9 04:26:40 1993'``.
224
225
If *seconds* is not provided or :const:`None`, the current time as
226
returned by :func:`.time` is used. ``ctime(seconds)`` is equivalent to
0 commit comments