Skip to content

Commit 3458980

Browse files
Updated comments
Comments should now reflect the current version of the project.
1 parent 9ed04d0 commit 3458980

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib_list/fetch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def fetch_list(version=None):
4646
:param str|None version: A specified version of Python. If not specified, then all
4747
available versions of Python will have their inventory objects fetched
4848
and parsed, and have their module names written to file.
49-
(one of ``"2.6"``, ``"2.7"``, ``"3.2"``, ``"3.3"``, ``"3.4"``, ``"3.5"``, or ``None``)
49+
(one of ``"2.6"``, ``"2.7"``, ``"3.2"``, ``"3.3"``, ``"3.4"``, ``"3.5"``, ``"3.6"``, ``"3.7"``, ``"3.8"`` or ``None``)
5050
5151
"""
5252

0 commit comments

Comments
 (0)