Fix a typo in cqlengine query docs

This commit is contained in:
Ash Hoover
2015-07-24 15:45:45 -07:00
parent f2e9bb36b9
commit 6a00db265b

View File

@@ -6,7 +6,7 @@
QuerySet
--------
QuerySet objects are typically obtained by calling :meth:`~.cassandra.cqlengine.models.Model.objects` on a model class.
The mehtods here are used to filter, order, and constrain results.
The methods here are used to filter, order, and constrain results.
.. autoclass:: ModelQuerySet