Fix various typos
This commit is contained in:
@@ -48,7 +48,7 @@ def make_circle(radius, placement=None, face=None, startangle=None, endangle=Non
|
||||
Creates a circle object with given parameters.
|
||||
|
||||
If startangle and endangle are provided and not equal, the object will show
|
||||
an arc instead of a full cirle.
|
||||
an arc instead of a full circle.
|
||||
|
||||
Parameters
|
||||
----------
|
||||
|
||||
@@ -71,19 +71,19 @@ public:
|
||||
|
||||
/*!
|
||||
Sets a single constraint to the property at a certain
|
||||
position. The value is cloned inernally so it's in the
|
||||
position. The value is cloned internally so it's in the
|
||||
responsibility of the caller to free the memory.
|
||||
*/
|
||||
void set1Value(const int idx, const Constraint*);
|
||||
/*!
|
||||
Sets a single constraint to the property.
|
||||
The value is cloned inernally so it's in the
|
||||
The value is cloned internally so it's in the
|
||||
responsibility of the caller to free the memory.
|
||||
*/
|
||||
void setValue(const Constraint*);
|
||||
/*!
|
||||
Sets a vector of constraint to the property.
|
||||
The values of the array are cloned inernally so it's
|
||||
The values of the array are cloned internally so it's
|
||||
in the responsibility of the caller to free the memory.
|
||||
*/
|
||||
void setValues(const std::vector<Constraint*>&);
|
||||
|
||||
Reference in New Issue
Block a user