We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8af9778 commit 62b2e5eCopy full SHA for 62b2e5e
2 files changed
colosseum/parser.py
@@ -360,4 +360,4 @@ def cursor(values):
360
361
raise ValueError('Value {value} is not a valid cursor value'.format(value=value))
362
363
- return Cursor(validated_values)
+ return Cursor(validated_values)
colosseum/wrappers.py
@@ -192,4 +192,4 @@ def url(self):
192
193
194
class Cursor(ImmutableList):
195
- """Immutable list to store cursor property."""
+ """Immutable list to store cursor property."""
0 commit comments