Skip to content

Commit

Permalink
Merge pull request #1622 from mgilson/patch-1
Browse files Browse the repository at this point in the history
Fix broken docs for `Query.add_filter`
  • Loading branch information
dhermes committed Mar 17, 2016
2 parents a5aeb33 + f1f6a0d commit e433c37
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 e433c37

Please sign in to comment.