Skip to content

Commit

Permalink
Replace with en dashes
Browse files Browse the repository at this point in the history
  • Loading branch information
javimed committed Aug 27, 2024
1 parent 475fe37 commit b52a505
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion source/_templates/cloud/pip_installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ We recommend using Pip 19.3 or later to simplify the installation of the depende
# pip3 install --upgrade pip
.. group-tab:: Python 3.11-3.12
.. group-tab:: Python 3.113.12

.. code-block:: console
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ To install the dependencies, execute the following command:
# pip3 install boto3==1.34.135 pyarrow==14.0.1 numpy==1.26.0
.. group-tab:: Python 3.11-3.12
.. group-tab:: Python 3.113.12

.. code-block:: console
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ To install the dependencies, execute the following command:
# pip3 install azure-storage-blob==12.20.0 azure-storage-common==2.1.0 azure-common==1.1.25 cryptography==3.3.2 cffi==1.14.4 pycparser==2.20 six==1.14.0 python-dateutil==2.8.1 requests==2.25.1 certifi==2022.12.07 chardet==3.0.4 idna==2.9 urllib3==1.26.18 SQLAlchemy==2.0.23 pytz==2020.1
.. group-tab:: Python 3.11-3.12
.. group-tab:: Python 3.113.12

.. code-block:: console
Expand Down
2 changes: 1 addition & 1 deletion source/cloud-security/gcp/prerequisites/dependencies.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Run the following command to install the dependencies depending on your Python v
$ sudo pip3 install google-cloud-core==1.7.1 google-cloud-pubsub==2.7.1 google-cloud-storage==1.39.0 pytz==2020.1 setuptools==68.0.0
.. group-tab:: Python 3.11-3.12
.. group-tab:: Python 3.113.12

.. code-block:: console
Expand Down
2 changes: 1 addition & 1 deletion source/proof-of-concept-guide/monitoring-docker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Perform the following steps to install Docker on the Ubuntu endpoint and configu
$ curl -sSL https://get.docker.com/ | sh
$ sudo pip3 install docker==7.1.0 urllib3==2.2.2 requests==2.32.2
.. group-tab:: Python 3.11-3.12
.. group-tab:: Python 3.113.12

.. code-block:: console
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Docker library for Python
$ pip3 install docker==7.1.0 urllib3==2.2.2 requests==2.32.2
.. group-tab:: Python 3.11-3.12
.. group-tab:: Python 3.113.12

.. code-block:: console
Expand Down

0 comments on commit b52a505

Please sign in to comment.