From d4c4cf035120c22c222b16c963abb1b82c33a707 Mon Sep 17 00:00:00 2001 From: Tom Fifield Date: Tue, 27 Nov 2012 12:38:07 +1000 Subject: [PATCH] Fixes typo in keystone setup doc fixes bug 1083391 A one character change to fix a typo in setup doc, reported by a user :s Change-Id: I4fefec089c9ded4b773f4b3641e30162a4faa2f8 --- doc/source/setup.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/setup.rst b/doc/source/setup.rst index 96e1f35d03..f7e060e665 100644 --- a/doc/source/setup.rst +++ b/doc/source/setup.rst @@ -70,7 +70,7 @@ Keystone maintains two lists of dependencies:: The first is the list of dependencies needed for running keystone, the second list includes dependencies used for active development and testing of keystone itself. -These depdendencies can be installed from PyPi_ using the python tool pip_. +These dependencies can be installed from PyPi_ using the python tool pip_. .. _PyPi: http://pypi.python.org/ .. _pip: http://pypi.python.org/pypi/pip