Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-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 dfc0abb3..b5478fe2 100644
--- a/docs/examples/python.rst
+++ b/docs/examples/python.rst
@@ -34,11 +34,11 @@ To do this, we'll begin by importing `archinstall` in our `./archinstall/example
.. code-block:: python
import archinstall
-
+
all_drives = archinstall.all_blockdevices(partitions=False)
print(list(all_drives.keys()))
-This should print out a list of drives.
+This should print out a list of drives and some meta-information about them.
As an example, this will do just fine.
Now, go ahead and install the library either as a user-module or system-wide.