Skip to content

Commit

Permalink
Part: Fix mistake in Part.getShape docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Roy-043 authored and wwmayer committed Oct 26, 2023
1 parent fa895df commit 410d4f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/Part/App/AppPartPy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,7 @@ class Module : public Py::ExtensionModule<Module>
"* transform: if False, then skip obj's transformation. Use this if mat already include obj's\n"
" transformation matrix\n"
"* retType: 0: return TopoShape,\n"
" 1: return (shape,subObj,mat), where subObj is the object referenced in 'subname',\n"
" 1: return (shape,mat,subObj), where subObj is the object referenced in 'subname',\n"
" and 'mat' is the accumulated transformation matrix of that sub-object.\n"
" 2: same as 1, but make sure 'subObj' is resolved if it is a link.\n"
"* refine: refine the returned shape"
Expand Down

0 comments on commit 410d4f9

Please sign in to comment.