Skip to content

Commit

Permalink
Fix broken docs for Query.add_filter
Browse files Browse the repository at this point in the history
Missing colon prevented the rST from rendering properly.
  • Loading branch information
mgilson committed Mar 16, 2016
1 parent a5aeb33 commit f1f6a0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcloud/datastore/query.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ def add_filter(self, property_name, operator, value):
:type value: :class:`int`, :class:`str`, :class:`bool`,
:class:`float`, :class:`NoneType`,
:class`datetime.datetime`
:class:`datetime.datetime`
:param value: The value to filter on.
:raises: :class:`ValueError` if ``operation`` is not one of the
Expand Down

0 comments on commit f1f6a0d

Please sign in to comment.