Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 632220d

Browse files
committed
Fixed error message in Agg backend.
svn path=/branches/v1_0_maint/; revision=8820
1 parent c9a9fe2 commit 632220d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/_backend_agg.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ RendererAgg::restore_region2(const Py::Tuple& args)
554554
}
555555
catch (Py::TypeError)
556556
{
557-
throw Py::TypeError("Invalid input arguments to draw_text_image");
557+
throw Py::TypeError("Invalid input arguments to restore_region2");
558558
}
559559

560560

0 commit comments

Comments
 (0)