Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/docs/examples/python.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/examples/python.rst')
-rw-r--r--docs/examples/python.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/examples/python.rst b/docs/examples/python.rst
index 7fb3f6c3..7226c825 100644
--- a/docs/examples/python.rst
+++ b/docs/examples/python.rst
@@ -38,7 +38,7 @@ To do this, we'll begin by importing :code:`archinstall` in our "`scripts`_:code
print(archinstall.disk.device_handler.devices)
Now, go ahead and reference the :ref:`installing.python.manual` installation method.
-After runnig ``python -m archinstall test_installer`` it should print something that looks like:
+After running ``python -m archinstall test_installer`` it should print something that looks like:
.. code-block:: text
@@ -93,4 +93,4 @@ That means your script is in the right place, and ``archinstall`` is working as
Most calls, including the one above requires `root <https://en.wikipedia.org/wiki/Superuser>`_ privileges.
-.. _scripts: https://github.com/archlinux/archinstall/tree/master/archinstall/scripts \ No newline at end of file
+.. _scripts: https://github.com/archlinux/archinstall/tree/master/archinstall/scripts