doc: Add missing commas after "If true/false"

This commit is contained in:
Rémi Verschelde
2018-12-20 13:46:54 +01:00
parent d8067e905c
commit 6cdcde7114
107 changed files with 310 additions and 310 deletions

View File

@@ -404,7 +404,7 @@
</methods>
<members>
<member name="endian_swap" type="bool" setter="set_endian_swap" getter="get_endian_swap">
If [code]true[/code] the file's endianness is swapped. Use this if you're dealing with files written in big endian machines.
If [code]true[/code], the file's endianness is swapped. Use this if you're dealing with files written in big endian machines.
Note that this is about the file format, not CPU type. This is always reset to [code]false[/code] whenever you open the file.
</member>
</members>