Skip to content

Commit 556366f

Browse files
committed
📚 update readme
1 parent 292787d commit 556366f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ Given the following template type function, and saved in custom-plugin dir:
340340
341341
342342
@ContentProcessor("de-duplicate", "De-duplicating", "De-duplicated")
343-
def de_duplicate(content: str) -> str:
343+
def de_duplicate(content: str, options: dict) -> str:
344344
lines = content.split(b'\n')
345345
new_lines = []
346346
for line in lines:

0 commit comments

Comments
 (0)