Fixed a syntax issue with readthedocs.
This commit is contained in:
parent
d222b53e23
commit
088fb5cfcd
|
|
@ -49,7 +49,6 @@ Calling a module
|
||||||
Assuming you've followed the example in `Creating a script`_, you can now safely call it with:
|
Assuming you've followed the example in `Creating a script`_, you can now safely call it with:
|
||||||
|
|
||||||
.. code-block::
|
.. code-block::
|
||||||
|
|
||||||
python -m archinstall test_installer
|
python -m archinstall test_installer
|
||||||
|
|
||||||
This should now print all available drives on your system.
|
This should now print all available drives on your system.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue