Fix novice doctest

This commit is contained in:
Johannes Schönberger
2013-11-03 19:18:48 +01:00
parent 23444a51e8
commit 753cc6fd23
+1 -1
View File
@@ -53,7 +53,7 @@ and know their location in the picture.
Pictures know if they've been modified from the original file
>>> picture.modified
True
>>> picture.path
>>> print(picture.path)
None
Pictures can be indexed like arrays