aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-02-24 10:27:51 +0000
committerng0 <ng0@n0.is>2019-02-24 10:27:51 +0000
commit423a8e418f0ea9a891856ed3ae3b7f9f52d5cc8f (patch)
tree443067139eb732290871710b3faca69d4e5c0eb9
parente34d2a7244fca06a635b3263ad2468eb0236044b (diff)
downloadgnunet-423a8e418f0ea9a891856ed3ae3b7f9f52d5cc8f.tar.gz
gnunet-423a8e418f0ea9a891856ed3ae3b7f9f52d5cc8f.zip
fix broken texinfo
-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