Skip to content

Commit 46ca94f

Browse files
myterons19110
andauthored
Update docs/Secure-Coding-Guide-for-Python/CWE-682/CWE-1339/README.md
Co-authored-by: Hubert Daniszewski <[email protected]> Signed-off-by: myteron <[email protected]>
1 parent c4f3f51 commit 46ca94f

File tree

1 file changed

+1
-1
lines changed
  • docs/Secure-Coding-Guide-for-Python/CWE-682/CWE-1339

1 file changed

+1
-1
lines changed

docs/Secure-Coding-Guide-for-Python/CWE-682/CWE-1339/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ print(
2727
)
2828
```
2929

30-
Because the value of `ITEM_COST`(0.33) cannot be precisely represented in Python due to its nature as a terminating decimal in base 10, the resulting output was as follows:
30+
Because the value of `ITEM_COST` (0.33) cannot be precisely represented in Python due to its nature as a terminating decimal in base 10, the resulting output was as follows:
3131

3232
```text
3333
5 items bought, $0.33 each. Current account balance: $1.34999999999999993

0 commit comments

Comments
 (0)