File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -148,8 +148,8 @@ Unusual events that prevent an operation from completing successfully include:
148
148
* API usage errors
149
149
* other unexpected events (like out of memory situations)
150
150
151
- > * NOTE* : Use this as a development and debugging aid only. Your application should not rely on a calling sequence or any arguments in addition to the
152
- unicode message being set or passed to the callback.
151
+ > ** NOTE** : Use this as a development and debugging aid only. Your application should not rely on a calling sequence or any message content being set
152
+ or passed to the callback.
153
153
154
154
``` python
155
155
def _diag_callback (unicode_message ):
Original file line number Diff line number Diff line change @@ -378,7 +378,7 @@ def set_diagnostic_callback(self, callback):
378
378
an operation from completing successfully.
379
379
380
380
.. warning:: Use this as a development and debugging aid only. Your application should not
381
- rely on a calling sequence or any arguments being set or passed to the callback.
381
+ rely on a calling sequence or any message content being set or passed to the callback.
382
382
383
383
:param callable callback: The callback function. Receives the (unicode)
384
384
error message as its only argument.
You can’t perform that action at this time.
0 commit comments