Skip to content

Commit 6cf67d3

Browse files
Update mlir/tools/mlir-tblgen/OpPythonBindingGen.cpp
Co-authored-by: Maksim Levental <[email protected]>
1 parent 1cc3d14 commit 6cf67d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/tools/mlir-tblgen/OpPythonBindingGen.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1049,7 +1049,7 @@ static std::string makeDocStringForOp(const Operator &op) {
10491049
std::string docString = "\n";
10501050
llvm::raw_string_ostream os(docString);
10511051
raw_indented_ostream identedOs(os);
1052-
os << R"( """)" << "\n";
1052+
os << R"( r""")" << "\n";
10531053
identedOs.printReindented(desc, " ");
10541054
if (!StringRef(desc).ends_with("\n"))
10551055
os << "\n";

0 commit comments

Comments
 (0)