fixed grammar in getting-started.rst (#11649)

This commit is contained in:
Alex Gaynor 2024-09-24 10:21:01 -04:00 committed by GitHub
parent 531e2b44f0
commit 06f3fdbfb3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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