Skip to content

Commit fa57b92

Browse files
committed
Change Rule(replacements={...}) to additional_replacements
1 parent 19f5b15 commit fa57b92

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
@@ -67,7 +67,7 @@ customized :code:`unasync.Rule` instances to :code:`unasync.cmdclass_build_py()`
6767
# This rule's 'fromdir' is more specific so will take precedent
6868
# over the above rule if the path is within /ahip/tests/...
6969
# This rule adds an additional token replacement over the default replacements.
70-
unasync.Rule("/ahip/tests/", "/hip/tests/", replacements={"ahip": "hip"}),
70+
unasync.Rule("/ahip/tests/", "/hip/tests/", additional_replacements={"ahip": "hip"}),
7171
])},
7272
...
7373
)

0 commit comments

Comments
 (0)