Skip to content

Commit

Permalink
📚 update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
chfw committed Sep 4, 2020
1 parent 292787d commit 556366f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ Given the following template type function, and saved in custom-plugin dir:
@ContentProcessor("de-duplicate", "De-duplicating", "De-duplicated")
def de_duplicate(content: str) -> str:
def de_duplicate(content: str, options: dict) -> str:
lines = content.split(b'\n')
new_lines = []
for line in lines:
Expand Down

0 comments on commit 556366f

Please sign in to comment.