We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19f5b15 commit fa57b92Copy full SHA for fa57b92
README.rst
@@ -67,7 +67,7 @@ customized :code:`unasync.Rule` instances to :code:`unasync.cmdclass_build_py()`
67
# This rule's 'fromdir' is more specific so will take precedent
68
# over the above rule if the path is within /ahip/tests/...
69
# This rule adds an additional token replacement over the default replacements.
70
- unasync.Rule("/ahip/tests/", "/hip/tests/", replacements={"ahip": "hip"}),
+ unasync.Rule("/ahip/tests/", "/hip/tests/", additional_replacements={"ahip": "hip"}),
71
])},
72
...
73
)
0 commit comments