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