From fd061d437c8568f02f5997fd3e7d2b49202b1c5d Mon Sep 17 00:00:00 2001 From: Wouter Bolsterlee Date: Mon, 12 Jan 2015 13:38:42 +0100 Subject: [PATCH] Fix typo in `version_added` field. --- packaging/language/pip.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/language/pip.py b/packaging/language/pip.py index 97576a5258b..b8c01ba5247 100644 --- a/packaging/language/pip.py +++ b/packaging/language/pip.py @@ -63,7 +63,7 @@ options: default: "no" choices: [ "yes", "no" ] virtualenv_command: - version_aded: "1.1" + version_added: "1.1" description: - The command or a pathname to the command to create the virtual environment with. For example C(pyvenv), C(virtualenv),