From afe4521d67175f5491023c6244a19a5afd60f11c Mon Sep 17 00:00:00 2001 From: Malte Leip Date: Sun, 26 May 2019 15:10:46 +0200 Subject: [PATCH] tiny fix in documentation --- doc/qubes.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/qubes.rst b/doc/qubes.rst index 5de9e78c..10e13e38 100644 --- a/doc/qubes.rst +++ b/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 - >>> app.domain[0].name + >>> app.domains[0].name 'dom0' Definition