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 e98d3cf commit 482b715Copy full SHA for 482b715
mlir/lib/Bindings/Python/IRCore.cpp
@@ -45,7 +45,7 @@ static const char kDumpDocstring[] =
45
46
static const char kValueReplaceAllUsesExceptDocstring[] =
47
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
+in `exceptions`. `exceptions` can be either a single operation or a list of
49
operations.
50
)";
51
0 commit comments