Skip to content

Commit 482b715

Browse files
Update mlir/lib/Bindings/Python/IRCore.cpp
Co-authored-by: Copilot <[email protected]>
1 parent e98d3cf commit 482b715

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/lib/Bindings/Python/IRCore.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ static const char kDumpDocstring[] =
4545

4646
static const char kValueReplaceAllUsesExceptDocstring[] =
4747
R"(Replace all uses of this value with the `with` value, except for those
48-
in `exceptions`. 'exceptions' can be either a single operation or a list of
48+
in `exceptions`. `exceptions` can be either a single operation or a list of
4949
operations.
5050
)";
5151

0 commit comments

Comments
 (0)