Skip to content

Commit f8936c8

Browse files
Update docs/Secure-Coding-Guide-for-Python/CWE-682/CWE-1339/README.md
Co-authored-by: myteron <[email protected]> Signed-off-by: BartyBoi1128 <[email protected]>
1 parent ec197be commit f8936c8

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ from decimal import Decimal
7575
BALANCE = Decimal("3.00")
7676
ITEM_COST = Decimal("0.33")
7777
ITEM_COUNT = 5
78-
7978
print(
8079
f"{str(ITEM_COUNT)} items bought, ${ITEM_COST} each. "
8180
f"Current account balance: "

0 commit comments

Comments
 (0)