diff options
author | Nils Gillmann <ng0@n0.is> | 2018-07-03 07:00:07 +0000 |
---|---|---|
committer | Nils Gillmann <ng0@n0.is> | 2018-07-03 07:00:07 +0000 |
commit | ee6d0b2da028de0e3e2802cb06a91c25edfcadc3 (patch) | |
tree | 2d4b4ed3b629f61fd7e1eec41a6fd9660f939c83 /doc | |
parent | 061526a35bf19cd71e375ae7eb9dc3b5fd6c711f (diff) |
fix
Signed-off-by: Nils Gillmann <ng0@n0.is>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/documentation/chapters/contributing.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/documentation/chapters/contributing.texi b/doc/documentation/chapters/contributing.texi index 6367f8ce6..a92df45c3 100644 --- a/doc/documentation/chapters/contributing.texi +++ b/doc/documentation/chapters/contributing.texi @@ -100,7 +100,7 @@ of languages, in order of preference: @enumerate @item C @item Bash (preferable portable without too much specifics to Bash) -@item Python (@gt{} 3.6) +@item Python (@geq{}3.6) @end enumerate We welcome efforts to remove our existing python-2.7 scripts to |