Skip to content

Commit 6700ab6

Browse files
author
Daniel Kopka
committed
[SYNPYTH-8] small bug
1 parent 3d7087f commit 6700ab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/interacting.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Manager is lazy
107107
---------------
108108

109109
: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.
110+
You can stack Manager methods all day long, and Syncano won’t actually run the API call until the **Manager** is evaluated.
111111
Take a look at this example::
112112

113113
>>> query = Class.please.list('test-instance')

0 commit comments

Comments
 (0)