Skip to content

Commit 251d787

Browse files
committed
oops
1 parent 4673350 commit 251d787

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ as a ``scaleapi.ScaleException`` or ``scaleapi.ScaleInvalidRequest`` runtime er
196196
.. code-block:: python
197197
198198
try
199-
scaleapi.create_categorization_task('Some parameters are missing.')
199+
client.create_categorization_task('Some parameters are missing.')
200200
except scaleapi.ValidationError as e:
201201
print(e.code) # 400
202202
print(e.message) # missing param X

0 commit comments

Comments
 (0)