mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
fixed grammar in getting-started.rst (#11649)
This commit is contained in:
parent
531e2b44f0
commit
06f3fdbfb3
1 changed files with 2 additions and 2 deletions
|
|
@ -19,7 +19,7 @@ handled by the use of ``nox``, which can be installed with ``pip``.
|
||||||
OpenSSL on macOS
|
OpenSSL on macOS
|
||||||
~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
You must have installed `OpenSSL`_ (via `Homebrew`_ , `MacPorts`_) before
|
You must have installed `OpenSSL`_ (via `Homebrew`_ or `MacPorts`_) before
|
||||||
invoking ``nox`` or else pip will fail to compile.
|
invoking ``nox`` or else pip will fail to compile.
|
||||||
|
|
||||||
Running tests
|
Running tests
|
||||||
|
|
@ -61,4 +61,4 @@ The docs can be built using ``nox``:
|
||||||
.. _`virtualenv`: https://pypi.org/project/virtualenv/
|
.. _`virtualenv`: https://pypi.org/project/virtualenv/
|
||||||
.. _`pip`: https://pypi.org/project/pip/
|
.. _`pip`: https://pypi.org/project/pip/
|
||||||
.. _`as documented here`: https://docs.rs/openssl/latest/openssl/#automatic
|
.. _`as documented here`: https://docs.rs/openssl/latest/openssl/#automatic
|
||||||
.. _`installation instructions`: https://pyenchant.github.io/pyenchant/install.html#installing-the-enchant-c-library
|
.. _`installation instructions`: https://pyenchant.github.io/pyenchant/install.html#installing-the-enchant-c-library
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue