Skip to content

Commit

Permalink
Fix enum
Browse files Browse the repository at this point in the history
  • Loading branch information
baniasbaabe committed Feb 11, 2024
1 parent 95699ba commit d8eb423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/pythontricks/Chapter.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1027,7 +1027,7 @@
" APPROVED = auto()\n",
" REJECTED = auto()\n",
" \n",
"print(Status.PENDING.value) # Output: 2"
"print(Status.PENDING.value) # Output: 1"
]
}
],
Expand Down

0 comments on commit d8eb423

Please sign in to comment.