From ff0bd977ae1663056c442917f22ff8cb83d96cc3 Mon Sep 17 00:00:00 2001 From: Gary Kotton Date: Mon, 6 Jun 2016 23:17:57 -0700 Subject: [PATCH] Fix typo in the installation documentation TrivialFix Change-Id: I8578daaed8988edcbc84803d995cdaa99b8d7bcc --- doc/source/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/installation.rst b/doc/source/installation.rst index c58e1563..58ac9d1f 100644 --- a/doc/source/installation.rst +++ b/doc/source/installation.rst @@ -30,7 +30,7 @@ At the command line:: $ pip install neutron-dynamic-routing -Or, if you have virtualenvwrapper installed:: +Or, if you have virtualenv wrapper installed:: $ mkvirtualenv neutron-dynamic-routing $ pip install neutron-dynamic-routing