From d2d9ef9da8d29b30bd0cdf8cab3797c439baebae Mon Sep 17 00:00:00 2001 From: Thibaud Colas Date: Tue, 19 Dec 2023 10:39:36 +0000 Subject: [PATCH] Fix typo in DEP template --- template.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/template.rst b/template.rst index f334e6de..8116dd05 100644 --- a/template.rst +++ b/template.rst @@ -56,11 +56,11 @@ through the DEP process. Specification ============= -This section should contain a complete, detailed technical specification should -describe the syntax and semantics of any new feature. The specification should -be detailed enough to allow implementation -- that is, developers other than the -author should (given the right experience) be able to independently implement -the feature, given only the DEP. +This section should contain a complete, detailed technical specification which +should describe the syntax and semantics of any new feature. The specification +should be detailed enough to allow implementation -- that is, developers other +than the author should (given the right experience) be able to independently +implement the feature, given only the DEP. Motivation ==========