From 0abb69b1cb3fbad9db7b52be363e939673c5c429 Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Tue, 6 Jun 2017 12:01:41 +0800 Subject: [PATCH] Fix a typo: verison -> version --- requests/help.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requests/help.py b/requests/help.py index ac0691e3..695b5ee2 100644 --- a/requests/help.py +++ b/requests/help.py @@ -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