Two minor fixes:

* Fixed a bug in MaterialF0D::operator() that an error condition was ignored due
to a wrong return value.

* Fixed a typo in the docstring of StrokeVertex::setPoint().
This commit is contained in:
2011-02-22 01:43:08 +00:00
parent ecd76d99d6
commit df7f4f639f
2 changed files with 3 additions and 8 deletions

View File

@@ -241,7 +241,7 @@ static char StrokeVertex_setPoint___doc__[] =
" :arg y: The Y coordinate.\n"
" :type y: float\n"
"\n"
".. method:: SetPoint(p)\n"
".. method:: setPoint(p)\n"
"\n"
" Sets the 2D point X and Y coordinates.\n"
"\n"