aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/doc/deployment/deployment-pyside6-android-deploy.rst
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2024-12-16 09:23:57 +0100
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2024-12-16 11:12:38 +0100
commit99687d42b955742f8cf03031d76747b4db00047b (patch)
treeffd040675a32b3c289bb3c21a14f73c194d57e6c /sources/pyside6/doc/deployment/deployment-pyside6-android-deploy.rst
parent8e7ba115ce53e30f07dce750772ecf9467a4e96a (diff)
Documentation: Fix some warnings
Pick-to: 6.8 Change-Id: I8d370d76264884924136879238a5bffef489c19e Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
Diffstat (limited to 'sources/pyside6/doc/deployment/deployment-pyside6-android-deploy.rst')
-rw-r--r--sources/pyside6/doc/deployment/deployment-pyside6-android-deploy.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/sources/pyside6/doc/deployment/deployment-pyside6-android-deploy.rst b/sources/pyside6/doc/deployment/deployment-pyside6-android-deploy.rst
index dbd7409ef..72e2b9cf4 100644
--- a/sources/pyside6/doc/deployment/deployment-pyside6-android-deploy.rst
+++ b/sources/pyside6/doc/deployment/deployment-pyside6-android-deploy.rst
@@ -37,13 +37,13 @@ The NDK required corresponds to the NDK version required by the Qt version you a
The easiest way to download the Android NDK is through a script located in the Qt for Python
repository. To run the script, follow these steps:
-#. Clone the Qt for Python repository::
+#. Clone the Qt for Python repository:
.. code-block:: bash
git clone https://code.qt.io/pyside/pyside-setup
-#. Run the script::
+#. Run the script:
.. code-block:: bash