8000 fix show -> xkcd typo · krahuldnkr/matplotlib-cpp@c276668 · GitHub
[go: up one dir, main page]

Skip to content

Commit c276668

Browse files
committed
fix show -> xkcd typo
1 parent a4523e5 commit c276668

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

matplotlibcpp.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1535,7 +1535,7 @@ inline void xkcd() {
15351535
Py_DECREF(kwargs);
15361536

15371537
if (!res)
1538-
throw std::runtime_error("Call to show() failed.");
1538+
throw std::runtime_error("Call to xkcd() failed.");
15391539

15401540
Py_DECREF(res);
15411541
}

0 commit comments

Comments
 (0)
0