Skip to content

Commit 74eb3aa

Browse files
authored
docs: add missing backticks
1 parent 587a16d commit 74eb3aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ except ApiException as e:
392392
print(e.http_response.headers.get('X-Global-Transaction-Id'))
393393
```
394394

395-
However, the transaction ID isn't available when the API doesn't return a response for some reason. In that case, you can set your own transaction ID in the request. For example, replace <my-unique-transaction-id> in the following example with a unique transaction ID.
395+
However, the transaction ID isn't available when the API doesn't return a response for some reason. In that case, you can set your own transaction ID in the request. For example, replace `<my-unique-transaction-id>` in the following example with a unique transaction ID.
396396

397397
```python
398398
from ibm_watson import MyService

0 commit comments

Comments
 (0)