We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d7087f commit 6700ab6Copy full SHA for 6700ab6
docs/source/interacting.rst
@@ -107,7 +107,7 @@ Manager is lazy
107
---------------
108
109
:class:`~syncano.models.manager.Manager` is lazy – the act of creating a **Manager** doesn’t involve any API activity.
110
-You can stack filters Manager methods all day long, and Syncano won’t actually run the API call until the **Manager** is evaluated.
+You can stack Manager methods all day long, and Syncano won’t actually run the API call until the **Manager** is evaluated.
111
Take a look at this example::
112
113
>>> query = Class.please.list('test-instance')
0 commit comments