Skip to content

Commit d1ac21c

Browse files
committed
documentation fixes
1 parent fc47fc5 commit d1ac21c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
155155
def _diag_callback(unicode_message):

src/oneagent/sdk/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)