Skip to content

Commit

Permalink
documentation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
cgdt committed Dec 11, 2018
1 parent fc47fc5 commit d1ac21c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@ Unusual events that prevent an operation from completing successfully include:
* API usage errors
* other unexpected events (like out of memory situations)

> *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
unicode message being set or passed to the callback.
> **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
or passed to the callback.

```python
def _diag_callback(unicode_message):
Expand Down
2 changes: 1 addition & 1 deletion src/oneagent/sdk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ def set_diagnostic_callback(self, callback):
an operation from completing successfully.
.. warning:: Use this as a development and debugging aid only. Your application should not
rely on a calling sequence or any arguments being set or passed to the callback.
rely on a calling sequence or any message content being set or passed to the callback.
:param callable callback: The callback function. Receives the (unicode)
error message as its only argument.
Expand Down

0 comments on commit d1ac21c

Please sign in to comment.