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 4673350 commit 251d787Copy full SHA for 251d787
README.rst
@@ -196,7 +196,7 @@ as a ``scaleapi.ScaleException`` or ``scaleapi.ScaleInvalidRequest`` runtime er
196
.. code-block:: python
197
198
try
199
- scaleapi.create_categorization_task('Some parameters are missing.')
+ client.create_categorization_task('Some parameters are missing.')
200
except scaleapi.ValidationError as e:
201
print(e.code) # 400
202
print(e.message) # missing param X
0 commit comments