Correcting minor grammatical errors

1. Removing unnecessary semi colon
2. Removing unnecessary content

Change-Id: Ie95403a4d96db2b8465e75495061fc059098c922
This commit is contained in:
asettle 2015-06-26 10:57:35 +10:00
parent 383a3e4823
commit 0a6f2ab870

View File

@ -8,7 +8,7 @@ Instructions for setting up a development VM
This section documents setting up a virtual machine for doing Swift
development. The virtual machine will emulate running a four node Swift
cluster.
cluster. To begin:
* Get an Ubuntu 14.04 LTS server image or try something
Fedora/CentOS.
@ -55,10 +55,9 @@ Installing dependencies
python-netifaces python-pip python-dns \
python-mock
This installs necessary system dependencies; and *most* of the python
dependencies. Later in the process setuptools/distribute or pip will
install and/or upgrade some other stuff - it's getting harder to avoid.
You can also install anything else you want, like screen, ssh, vim, etc.
Note: This installs necessary system dependencies and *most* of the python
dependencies. Later in the process setuptools/distribute or pip will install
and/or upgrade packages.
Next, choose either :ref:`partition-section` or :ref:`loopback-section`.