summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Misc/NEWS.d/3.10.6.rst7
1 files changed, 1 insertions, 6 deletions
diff --git a/Misc/NEWS.d/3.10.6.rst b/Misc/NEWS.d/3.10.6.rst
index fbbb77d..93d5121 100644
--- a/Misc/NEWS.d/3.10.6.rst
+++ b/Misc/NEWS.d/3.10.6.rst
@@ -587,7 +587,7 @@ The minimum Sphinx version required to build the documentation is now 3.2.
.. section: Documentation
Augmented documentation of asyncio.create_task(). Clarified the need to keep
-strong references to tasks and added a code snippet detailing how to to
+strong references to tasks and added a code snippet detailing how to do
this.
..
@@ -630,11 +630,6 @@ parallel-safe.
Added more tests for :mod:`dataclasses` to cover behavior with data
descriptor-based fields.
-# Write your Misc/NEWS entry below. It should be a simple ReST paragraph. #
-Don't start with "- Issue #<n>: " or "- gh-issue-<n>: " or that sort of
-stuff.
-###########################################################################
-
..
.. date: 2022-06-27-21-27-20