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

* origin/pr/261:
  tiny fix in documentation
This commit is contained in:
Marek Marczykowski-Górecki 2019-05-28 23:35:12 +02:00
commit 2010decfaf
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -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