Issue #15630: Add an example for "continue" statement in the tutorial. Patch by
Daniel Ellis.
diff --git a/Misc/NEWS b/Misc/NEWS
index 409d3ca..e0559c5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -468,6 +468,9 @@
 Documentation
 -------------
 
+- Issue #15630: Add an example for "continue" stmt in the tutorial. Patch by
+  Daniel Ellis.
+
 - Issue #15444: Use proper spelling for non-ASCII contributor names.  Patch
   by Serhiy Storchaka.