Skip to content

Commit 8ad2335

Browse files
authored
Update README.md
1 parent 8d58950 commit 8ad2335

File tree

1 file changed

+2
-2
lines changed
  • how-to-exit-loops-early-with-python-break-keyword

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# Python break: Exit Loops Early With Python's Break Keyword
1+
# How to Exit Loops Early With the Python Break Keyword
22

3-
This folder provides the code examples for the Real Python tutorial [Python break: Exit Loops Early With Python's Break Keyword](https://realpython.com/python-break/).
3+
This folder provides the code examples for the Real Python tutorial [How to Exit Loops Early With the Python Break Keyword](https://realpython.com/python-break/).

0 commit comments

Comments
 (0)