Commit 89c4683
committed
Users filter in docs should return collection
The method filter_users_by_claim() should return an object that supports len().
The previous example in the documentation returned the user object directly.
Wrapping the user in a list fixes the issue.1 parent 2bd65e2 commit 89c4683
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
255 | 255 | | |
256 | 256 | | |
257 | 257 | | |
258 | | - | |
| 258 | + | |
259 | 259 | | |
260 | 260 | | |
261 | 261 | | |
| |||
0 commit comments