diff --git a/relation/README.txt b/relation/README.txt index 28a7867..4fb80c5 100644 --- a/relation/README.txt +++ b/relation/README.txt @@ -125,3 +125,12 @@ registry and query it: >>> clarkRels = relations.query(first=clark) >>> len(clarkRels) 1 + >>> clarkRels[0].second == washington + True + + >>> nyRels = relations.query(second=newyork) + >>> len(nyRels) + 2 + + + \ No newline at end of file