Fix a typo: verison -> version

This commit is contained in:
Felix Yan
2017-06-06 12:01:41 +08:00
parent 56971482af
commit 0abb69b1cb
+1 -1
View File
@@ -23,7 +23,7 @@ else:
def _implementation():
"""Return a dict with the Python implementation and verison.
"""Return a dict with the Python implementation and version.
Provide both the name and the version of the Python implementation
currently running. For example, on CPython 2.7.5 it will return