aboutsummaryrefslogtreecommitdiffstats
path: root/docs/development
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-06-26 11:00:33 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2014-06-26 11:00:33 -0700
commitcefcf2df16431f3407675b9a01a4349dc7ec6626 (patch)
treef40dcd464e40097a558328f6adb4141bd8d0d810 /docs/development
parent78cfc9e42a6780c85d670bb41fcc991ad9e1027c (diff)
downloadcryptography-cefcf2df16431f3407675b9a01a4349dc7ec6626.tar.gz
cryptography-cefcf2df16431f3407675b9a01a4349dc7ec6626.tar.bz2
cryptography-cefcf2df16431f3407675b9a01a4349dc7ec6626.zip
Wrap a long line (seriously, why is doc8 not catching these)
Diffstat (limited to 'docs/development')
-rw-r--r--docs/development/getting-started.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/development/getting-started.rst b/docs/development/getting-started.rst
index 4337b47c..db34cb92 100644
--- a/docs/development/getting-started.rst
+++ b/docs/development/getting-started.rst
@@ -2,10 +2,10 @@ Getting started
===============
Working on ``cryptography`` requires the installation of a small number of
-development dependencies in addition to the dependencies for :doc:`/installation`.
-These are listed in ``dev-requirements.txt`` and they can be installed in a
-`virtualenv`_ using `pip`_. Once you've installed the dependencies, install
-``cryptography`` in ``editable`` mode. For example:
+development dependencies in addition to the dependencies for
+:doc:`/installation`. These are listed in ``dev-requirements.txt`` and they can
+be installed in a `virtualenv`_ using `pip`_. Once you've installed the
+dependencies, install ``cryptography`` in ``editable`` mode. For example:
.. code-block:: console