Cleanup: spelling in strings

This commit is contained in:
2021-10-03 12:06:09 +11:00
parent 74f45ed9c5
commit f49dff97d4
11 changed files with 12 additions and 12 deletions

View File

@@ -3750,7 +3750,7 @@ PyDoc_STRVAR(
" (e.g. returned by :class:`bpy.types.UILayout.icon`)\n"
" :number: Unique value used as the identifier for this item (stored in file data).\n"
" Use when the identifier may need to change. If the *ENUM_FLAG* option is used,\n"
" the values are bitmasks and should be powers of two.\n"
" the values are bit-masks and should be powers of two.\n"
"\n"
" When an item only contains 4 items they define ``(identifier, name, description, "
"number)``.\n"