Merge remote-tracking branch 'origin/pr/261'
* origin/pr/261: tiny fix in documentation
This commit is contained in:
commit
2010decfaf
@ -33,9 +33,9 @@ default NetVM for all AppVMs. All of those *configurable* parameters are called
|
|||||||
|
|
||||||
>>> import qubes
|
>>> import qubes
|
||||||
>>> app = qubes.Qubes()
|
>>> app = qubes.Qubes()
|
||||||
>>> app.domain[0] # docutils: +ELLIPSIS
|
>>> app.domains[0] # docutils: +ELLIPSIS
|
||||||
<AdminVM ...>
|
<AdminVM ...>
|
||||||
>>> app.domain[0].name
|
>>> app.domains[0].name
|
||||||
'dom0'
|
'dom0'
|
||||||
|
|
||||||
Definition
|
Definition
|
||||||
|
Loading…
Reference in New Issue
Block a user