classref: Readd String.strip_edges description

This commit is contained in:
Rémi Verschelde 2016-05-12 19:47:16 +02:00
parent b8d8ec09ee
commit 49bf494eac
1 changed files with 3 additions and 2 deletions

View File

@ -3619,7 +3619,7 @@
</description> </description>
</method> </method>
<method name="overlaps_body" qualifiers="const"> <method name="overlaps_body" qualifiers="const">
<return type="PhysicsBody"> <return type="bool">
</return> </return>
<argument index="0" name="body" type="Object"> <argument index="0" name="body" type="Object">
</argument> </argument>
@ -3627,7 +3627,7 @@
</description> </description>
</method> </method>
<method name="overlaps_area" qualifiers="const"> <method name="overlaps_area" qualifiers="const">
<return type="Area"> <return type="bool">
</return> </return>
<argument index="0" name="area" type="Object"> <argument index="0" name="area" type="Object">
</argument> </argument>
@ -34703,6 +34703,7 @@ This method controls whether the position between two cached points is interpola
<argument index="1" name="right" type="bool" default="True"> <argument index="1" name="right" type="bool" default="True">
</argument> </argument>
<description> <description>
Return a copy of the string stripped of any non-printable character at the beginning and the end. The optional arguments are used to toggle stripping on the left and right edges respectively.
</description> </description>
</method> </method>
<method name="substr"> <method name="substr">