Skip to content

Commit 3ed10b9

Browse files
committed
fix documentation
1 parent 04ad004 commit 3ed10b9

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,14 @@ test_dict = {
6060
print(masked_dict2str(test_dict))
6161
```
6262

63+
Output:
64+
6365
```bash
64-
>>> {
65-
"not_a_sensitive_key": "you-can-see-me",
66-
"aws-access-key-id": "*** -- REDACTED -- ***",
67-
"aws-secret-access-key": "*** -- REDACTED -- ***"
68-
}
66+
{
67+
"not_a_sensitive_key": "you-can-see-me",
68+
"aws-access-key-id": "*** -- REDACTED -- ***",
69+
"aws-secret-access-key": "*** -- REDACTED -- ***"
70+
}
6971
```
7072

7173
## Installation

0 commit comments

Comments
 (0)