Browse Source

Merge remote-tracking branch 'origin/pr/261'

* origin/pr/261:
  tiny fix in documentation
Marek Marczykowski-Górecki 5 years ago
parent
commit
2010decfaf
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