Skip to content

Commit 1761e10

Browse files
authored
Merge pull request #33 from benjaminmesser/patch-1
Updated comments
2 parents 9ed04d0 + 3458980 commit 1761e10

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)