From cefcf2df16431f3407675b9a01a4349dc7ec6626 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Thu, 26 Jun 2014 11:00:33 -0700 Subject: Wrap a long line (seriously, why is doc8 not catching these) --- docs/development/getting-started.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/development') 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 -- cgit v1.2.3