Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fe3ccba

Browse files
author
Lyuba Zehl
committed
format corrections
1 parent 3e50809 commit fe3ccba

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/tutorial.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -450,17 +450,17 @@ If multiple Values were attached to the Property, a list of Values is
450450
returned::
451451

452452
>>> odmlEX['TheCrew'].properties['NameCrewMembers'].value
453-
[<string Arthur Philip Dent>, <string Zaphod Beeblebrox>,
454-
<string Tricia Marie McMillan>, <string Ford Prefect>]
453+
[<string Arthur Philip Dent>, <string Zaphod Beeblebrox>,
454+
<string Tricia Marie McMillan>, <string Ford Prefect>]
455455
456456
The second command will always return a list independent of the number of
457457
Values attached::
458458

459459
>>> odmlEX['TheCrew'].properties['NoCrewMembers'].values
460460
[<int 4>]
461461
>>> odmlEX['TheCrew'].properties['NameCrewMembers'].values
462-
[<string Arthur Philip Dent>, <string Zaphod Beeblebrox>,
463-
<string Tricia Marie McMillan>, <string Ford Prefect>]
462+
[<string Arthur Philip Dent>, <string Zaphod Beeblebrox>,
463+
<string Tricia Marie McMillan>, <string Ford Prefect>]
464464
465465
The printout of the Value is explained in the next chapter.
466466

0 commit comments

Comments
 (0)