We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c3c1f4 commit f1d61c5Copy full SHA for f1d61c5
docs/8-CODEREVIEW_UTILS.md
@@ -191,7 +191,7 @@ for value in ["", " "]:
191
* When applied against a **string** value:
192
* `%s` renders the string as-is.
193
* `%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.
+ * Therefore `%r` is preferred to prevent exposure to log forging when a string value need to be logged.
195
196
```python
197
import logging
0 commit comments