Skip to content

Commit 5f78b13

Browse files
s19110myteron
andauthored
Update docs/Secure-Coding-Guide-for-Python/CWE-707/CWE-175/README.md
Co-authored-by: myteron <[email protected]> Signed-off-by: Hubert Daniszewski <[email protected]>
1 parent 78cb8cc commit 5f78b13

File tree

1 file changed

+1
-1
lines changed
  • docs/Secure-Coding-Guide-for-Python/CWE-707/CWE-175

1 file changed

+1
-1
lines changed

docs/Secure-Coding-Guide-for-Python/CWE-707/CWE-175/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ print(f"{len(output.getvalue().decode('utf-16le'))} characters in string")
190190

191191
## Compliant Solution (Encoding)
192192

193-
The correct text encoding, UTF-8 for the LOREM `TextIOWrapper` stream has been included in the program. Ensure the encoding of data is known and explicitly stated when parsing and creating data.
193+
The correct text encoding, `UTF-8` for the LOREM `TextIOWrapper` stream has been included in the program. Ensure the encoding of data is known and explicitly stated when parsing and creating data.
194194

195195
*[compliant02.py](compliant02.py):*
196196

0 commit comments

Comments
 (0)