summaryrefslogtreecommitdiff
path: root/pygments/lexers/testing.py
diff options
context:
space:
mode:
authorMatthäus G. Chajdas <dev@anteru.net>2020-01-07 21:10:52 +0100
committerMatthäus G. Chajdas <dev@anteru.net>2020-01-07 21:10:52 +0100
commitc7751058ec70e380fa57b7a8db102c1a8a37c25c (patch)
treee1097d74aedbe4aef48f9fdcab0c3b74ce48ae9f /pygments/lexers/testing.py
parentd55d8be8da86fb5a273263375fab90993ddb7e9e (diff)
parent4f8b0b66ebb7ea5695441d5a97ac836b75e97e7a (diff)
downloadpygments-git-c7751058ec70e380fa57b7a8db102c1a8a37c25c.tar.gz
Merge branch 'master' into 671/upsuper/webidl
This allows us to resolve the merge conflict properly.
Diffstat (limited to 'pygments/lexers/testing.py')
-rw-r--r--pygments/lexers/testing.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/lexers/testing.py b/pygments/lexers/testing.py
index 9288b5b4..9ee8a061 100644
--- a/pygments/lexers/testing.py
+++ b/pygments/lexers/testing.py
@@ -17,7 +17,7 @@ __all__ = ['GherkinLexer', 'TAPLexer']
class GherkinLexer(RegexLexer):
"""
- For `Gherkin <http://github.com/aslakhellesoy/gherkin/>` syntax.
+ For `Gherkin <https://github.com/aslakhellesoy/gherkin/>` syntax.
.. versionadded:: 1.2
"""