Update documentation/sphinx/source/api-python.rst

Use `code-block:: none` instead of `parsed-literal::`

Co-Authored-By: A.J. Beamon <ajbeamon@users.noreply.github.com>
This commit is contained in:
Saurabh Chaturvedi 2020-01-22 18:31:45 +05:30 committed by GitHub
parent c7101805a7
commit 05784ebe24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ The FoundationDB Python API is compatible with Python 2.7 - 3.7. You will need t
On macOS, the FoundationDB Python API is installed as part of the FoundationDB installation (see :ref:`installing-client-binaries`). On Ubuntu or RHEL/CentOS, you will need to install the FoundationDB Python API manually via Python's package manager ``pip``:
.. parsed-literal::
.. code-block:: none
user@host$ pip install foundationdb