diff options
author | Alex Stapleton <alexs@prol.etari.at> | 2014-06-26 20:07:02 +0100 |
---|---|---|
committer | Alex Stapleton <alexs@prol.etari.at> | 2014-06-26 20:07:02 +0100 |
commit | 921b7b3fd1f654f6dce9ef1a7762b9f410be4d2e (patch) | |
tree | f40dcd464e40097a558328f6adb4141bd8d0d810 | |
parent | 78cfc9e42a6780c85d670bb41fcc991ad9e1027c (diff) | |
parent | cefcf2df16431f3407675b9a01a4349dc7ec6626 (diff) | |
download | cryptography-921b7b3fd1f654f6dce9ef1a7762b9f410be4d2e.tar.gz cryptography-921b7b3fd1f654f6dce9ef1a7762b9f410be4d2e.tar.bz2 cryptography-921b7b3fd1f654f6dce9ef1a7762b9f410be4d2e.zip |
Merge pull request #1186 from alex/line-wrap
Wrap a long line (seriously, why is doc8 not catching these)
-rw-r--r-- | docs/development/getting-started.rst | 8 |
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 |