Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3934b61

Browse files
committed
Fix typo in documentation for time module, thanks to docs@
1 parent 1a8db9c commit 3934b61

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
@@ -557,7 +557,7 @@ The module defines the following functions and data items:
557557
:exc:`TypeError` is raised.
558558

559559
.. versionchanged:: 3.3
560-
:attr:`tm_gmtoff` and :attr:`tm_zone` attributes are avaliable on platforms
560+
:attr:`tm_gmtoff` and :attr:`tm_zone` attributes are available on platforms
561561
with C library supporting the corresponding fields in ``struct tm``.
562562

563563
.. function:: time()

0 commit comments

Comments
 (0)