Merge pull request #4129 from felixonmars/fix-typo

Fix a typo: verison -> version
This commit is contained in:
Nate Prewitt
2017-06-05 22:07:28 -06:00
committed by GitHub
+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