Browse Source

tiny fix in documentation

Malte Leip 4 years ago
parent
commit
afe4521d67
1 changed files with 2 additions and 2 deletions
  1. 2 2
      doc/qubes.rst

+ 2 - 2
doc/qubes.rst

@@ -33,9 +33,9 @@ default NetVM for all AppVMs. All of those *configurable* parameters are called
 
    >>> import qubes
    >>> app = qubes.Qubes()
-   >>> app.domain[0] # docutils: +ELLIPSIS
+   >>> app.domains[0] # docutils: +ELLIPSIS
    <AdminVM ...>
-   >>> app.domain[0].name
+   >>> app.domains[0].name
    'dom0'
 
 Definition