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:
authorAnton Hvornum <anton.feeds+github@gmail.com>2020-09-30 23:11:01 +0200
committerAnton Hvornum <anton.feeds+github@gmail.com>2020-09-30 23:11:01 +0200
commit4594c95bb991ca6de97ac50a0d92ef95cb70ca6e (patch)
tree3944e6af4816373e3ce841d1b6a5f7c9a967a12d /docs/examples/python.rst
parent088fb5cfcd14e5470fe6ec19f00fa2f0e4710d7f (diff)
Empty .. code-block:: was not allowed. Needed console as well.
Diffstat (limited to 'docs/examples/python.rst')
-rw-r--r--docs/examples/python.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/python.rst b/docs/examples/python.rst
index 6fdffcb7..45ea2c45 100644
--- a/docs/examples/python.rst
+++ b/docs/examples/python.rst
@@ -48,7 +48,7 @@ Calling a module
Assuming you've followed the example in `Creating a script`_, you can now safely call it with:
-.. code-block::
+.. code-block:: console
python -m archinstall test_installer
This should now print all available drives on your system.