Commit 6558846d by Paul Kastner

last tweak, time for bed

parent d09c8a20
...@@ -83,7 +83,7 @@ We can store a reference to another ParseObject by assigning it to an attribute: ...@@ -83,7 +83,7 @@ We can store a reference to another ParseObject by assigning it to an attribute:
Querying Querying
-------- --------
To retrieve an object with a Parse class of _GameScore_ and an objectId of _xxwXx9eOec_, run: To retrieve an object with a Parse class of _GameScore_ and an _objectId_ of _xxwXx9eOec_, run:
~~~~~ {python} ~~~~~ {python}
>>> gameScore = ParsePy.ParseQuery("GameScore").get("xxwXx9eOec") >>> gameScore = ParsePy.ParseQuery("GameScore").get("xxwXx9eOec")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment