Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/docs/examples
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds+github@gmail.com>2020-09-30 23:02:45 +0200
committerAnton Hvornum <anton.feeds+github@gmail.com>2020-09-30 23:02:45 +0200
commit088fb5cfcd14e5470fe6ec19f00fa2f0e4710d7f (patch)
tree9da5d4afa1ca515905f0bef927f9f6682374511c /docs/examples
parentd222b53e23b829007665ec45ace04d78580c4b33 (diff)
Fixed a syntax issue with readthedocs.
Diffstat (limited to 'docs/examples')
-rw-r--r--docs/examples/python.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/examples/python.rst b/docs/examples/python.rst
index ca0de708..6fdffcb7 100644
--- a/docs/examples/python.rst
+++ b/docs/examples/python.rst
@@ -49,7 +49,6 @@ Calling a module
Assuming you've followed the example in `Creating a script`_, you can now safely call it with:
.. code-block::
-
python -m archinstall test_installer
This should now print all available drives on your system.