Path: typo fix

[skip ci]
This commit is contained in:
luzpaz
2017-07-25 10:35:06 -04:00
committed by wmayer
parent 4469964dc4
commit 31ef895be3

View File

@@ -160,7 +160,7 @@ static const PyMethodDef areaOverrides[] = {
{
"abort",(PyCFunction)areaAbort, METH_VARARGS|METH_KEYWORDS|METH_STATIC,
"abort(aborting=True): Static method to abort any ongoing operation\n"
"\nTo ensure no stray abortion is left in the previous operaion, it is advised to manually clear\n"
"\nTo ensure no stray abortion is left in the previous operation, it is advised to manually clear\n"
"the aborting flag by calling abort(False) before starting a new operation.",
},
{