Skip to content

Commit f1d61c5

Browse files
committed
add hint
1 parent 7c3c1f4 commit f1d61c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/8-CODEREVIEW_UTILS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ for value in ["", " "]:
191191
* When applied against a **string** value:
192192
* `%s` renders the string as-is.
193193
* `%r` shows escape characters and quotes, making **invisible characters visible**.
194-
* Therefore `%r` is privilegied to prevent exposure to log forging when a string value need to be logged.
194+
* Therefore `%r` is preferred to prevent exposure to log forging when a string value need to be logged.
195195

196196
```python
197197
import logging

0 commit comments

Comments
 (0)