File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -450,17 +450,17 @@ If multiple Values were attached to the Property, a list of Values is
450450returned::
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
456456The second command will always return a list independent of the number of
457457Values 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
465465The printout of the Value is explained in the next chapter.
466466
You can’t perform that action at this time.
0 commit comments