You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/predictionio.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ Error Handling
41
41
An exception will be raised when an error occur during the request. Please refer to the documentation of the :class:`predictionio.Client` class for details.
42
42
In general, you may want to catch the exception and decide what to do with the error (such as logging it).
43
43
44
-
For example, the method :meth:`~Client.user_rate_item` may raise U2IActionNotCreatedError.
44
+
For example, the method :meth:`~Client.user_rate_item` may raise ``U2IActionNotCreatedError``.
0 commit comments