diff options
author | Georg Brandl <georg@python.org> | 2015-01-21 07:25:35 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2015-01-21 07:25:35 +0100 |
commit | 7b9fa24091fe62a1be03c5c7889ce1ba6248c6a2 (patch) | |
tree | 71983549e3296b8ea6dd8dddaf441b6d6b205770 /.hgignore | |
parent | 9d2fb86e755d06d68a6352fac284efc1f39ad3fe (diff) | |
download | pygments-7b9fa24091fe62a1be03c5c7889ce1ba6248c6a2.tar.gz |
Closes #1075: fix docs for @simplefilter.
The function needs a "self" argument since it is used as a method in the
automatically created class. No use fixing that in the code, as it
kills backwards compatibility.
Diffstat (limited to '.hgignore')
-rw-r--r-- | .hgignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -10,5 +10,6 @@ Pygments.egg-info/* tests/examplefiles/output .idea/ .tags +TAGS tests/.coverage tests/cover |