Skip to content

Commit 788895c

Browse files
authored
Remove extraneous arguments from textile method
These were originally added long ago to work with django, but markup languages are long gone from django.
1 parent f0be2ff commit 788895c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

textile/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1356,7 +1356,7 @@ def _increment_link_index(self):
13561356
return self.linkIndex
13571357

13581358

1359-
def textile(text, html_type='xhtml', encoding=None, output=None):
1359+
def textile(text, html_type='xhtml'):
13601360
"""
13611361
Apply Textile to a block of text.
13621362

0 commit comments

Comments
 (0)