Skip to content

Commit

Permalink
fix issue with wording in 'palindrome' exercise
Browse files Browse the repository at this point in the history
  • Loading branch information
Gudkat committed Jun 14, 2024
1 parent 0ac92c9 commit 59a78d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/part-4/4-definite-iteration.md
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ neveroddoreven is a palindrome!

</sample-output>

**NB:**, the main function **should not be** within an `if __name__ == "__main__":` block
**NB:**, the main program **should not be** within an `if __name__ == "__main__":` block

</programming-exercise>

Expand Down

0 comments on commit 59a78d2

Please sign in to comment.