aboutsummaryrefslogtreecommitdiff
path: root/doc/handbook
diff options
context:
space:
mode:
Diffstat (limited to 'doc/handbook')
-rw-r--r--doc/handbook/chapters/contributing.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/handbook/chapters/contributing.texi b/doc/handbook/chapters/contributing.texi
index f4493e6c1..f3beeef76 100644
--- a/doc/handbook/chapters/contributing.texi
+++ b/doc/handbook/chapters/contributing.texi
@@ -95,12 +95,12 @@ of languages, in order of preference:
95@enumerate 95@enumerate
96@item C 96@item C
97@item Portable Shell Scripts 97@item Portable Shell Scripts
98@item Python (@geq{}3.6) 98@item Python (3.7 or later)
99@end enumerate 99@end enumerate
100 100
101We welcome efforts to remove our existing python-2.7 scripts to 101We welcome efforts to remove our existing python-2.7 scripts to
102replace them either with portable shell scripts or, 102replace them either with portable shell scripts or,
103at your choice, python-3.6+. 103at your choice, python-3.7+.
104 104
105If you contribute new python based testcases, we advise you to 105If you contribute new python based testcases, we advise you to
106not repeat our past misfortunes and write the tests in a standard 106not repeat our past misfortunes and write the tests in a standard