summaryrefslogtreecommitdiff
path: root/doc/examples/cdrom.py
diff options
context:
space:
mode:
Diffstat (limited to 'doc/examples/cdrom.py')
-rw-r--r--doc/examples/cdrom.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/cdrom.py b/doc/examples/cdrom.py
index e54eb763..289b10f1 100644
--- a/doc/examples/cdrom.py
+++ b/doc/examples/cdrom.py
@@ -16,7 +16,7 @@ print cdrom
progress = CdromProgress()
-(res,ident) = cdrom.Ident(progress)
+(res, ident) = cdrom.Ident(progress)
print "ident result is: %s (%s) " % (res, ident)
apt_pkg.Config.Set("APT::CDROM::Rename", "True")