summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorvxlinux <yan.wei7@zte.com.cn>2018-01-20 17:23:35 +0800
committervxlinux <yan.wei7@zte.com.cn>2018-01-20 17:23:35 +0800
commitddb13aa5eab03b6993887eb02260b4bc0b256922 (patch)
treeaecb950bc1f704c3e1aebf10cc9d4da44eda509c /README.rst
parente46739fffae2a26fde7c05ca009eb971de4f8a53 (diff)
downloadswift-ddb13aa5eab03b6993887eb02260b4bc0b256922.tar.gz
Remove redundant blank space in README.rst
Change-Id: If347476e3b9185921ff174d3f8170a1c4d0622e8
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 36c57c215..ce6e18a14 100644
--- a/README.rst
+++ b/README.rst
@@ -118,7 +118,7 @@ Swift is a WSGI application and uses eventlet's WSGI server. After the
processes are running, the entry point for new requests is the
``Application`` class in ``swift/proxy/server.py``. From there, a
controller is chosen, and the request is processed. The proxy may choose
-to forward the request to a back- end server. For example, the entry
+to forward the request to a back-end server. For example, the entry
point for requests to the object server is the ``ObjectController``
class in ``swift/obj/server.py``.