File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 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:
148148* API usage errors
149149* other unexpected events (like out of memory situations)
150150
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.
153153
154154``` python
155155def _diag_callback (unicode_message ):
Original file line number Diff line number Diff line change @@ -378,7 +378,7 @@ def set_diagnostic_callback(self, callback):
378378 an operation from completing successfully.
379379
380380 .. 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.
382382
383383 :param callable callback: The callback function. Receives the (unicode)
384384 error message as its only argument.
You can’t perform that action at this time.
0 commit comments