Issue #15630: Add an example for "continue" statement in the tutorial. Patch by
Daniel Ellis.
diff --git a/Misc/NEWS b/Misc/NEWS
index baece2e..dfd431f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -350,6 +350,9 @@
 Documentation
 -------------
 
+- Issue #15630: Add an example for "continue" stmt in the tutorial. Patch by
+  Daniel Ellis.
+
 - Issue #13557: Clarify effect of giving two different namespaces to exec or
   execfile().