fix #199 by mentioning query objects

This commit is contained in:
Barak Michener 2015-02-03 19:09:47 -05:00
parent 93acd2df65
commit b9cf3c02ca

View file

@ -45,7 +45,7 @@ Adds data programatically to the JSON result list. Can be any JSON type.
## Path objects ## Path objects
Both `.Morphism()` and `.Vertex()` create path objects, which provide the following traversal methods. Both `.Morphism()` and `.Vertex()` create path objects, which provide the following traversal methods. Note that `.Vertex()` returns a query object, which is a subclass of path object.
For these examples, suppose we have the following graph: For these examples, suppose we have the following graph:
``` ```