Code format for true/false/null to make documentation consistent

This commit is contained in:
PouleyKetchoupp 2019-11-02 12:14:15 +01:00
parent af4fd9de9c
commit 52e799b6d4
8 changed files with 11 additions and 11 deletions

View file

@ -316,7 +316,7 @@
<argument index="3" name="deep" type="bool" default="False">
</argument>
<description>
Duplicates the subset described in the function and returns it in an array, deeply copying the array if [code]deep[/code] is true. Lower and upper index are inclusive, with the [code]step[/code] describing the change between indices while slicing.
Duplicates the subset described in the function and returns it in an array, deeply copying the array if [code]deep[/code] is [code]true[/code]. Lower and upper index are inclusive, with the [code]step[/code] describing the change between indices while slicing.
</description>
</method>
<method name="sort">