mirror of
https://github.com/python/cpython.git
synced 2025-11-01 14:11:41 +00:00
Fixing the spelling of "writeable" to "writable", particularly PyBUF_WRITEABLE.
This commit is contained in:
parent
a5b8e04bd5
commit
54cf12b625
13 changed files with 33 additions and 31 deletions
|
|
@ -1346,7 +1346,7 @@ class _Prop_format(aetools.NProperty):
|
|||
which = 'Frmt'
|
||||
want = 'PthF'
|
||||
class _Prop_framework(aetools.NProperty):
|
||||
"""framework - Is the path a Mac OS X framework style path? (This flag is readable but not writeable from AppleScript.) """
|
||||
"""framework - Is the path a Mac OS X framework style path? (This flag is readable but not writable from AppleScript.) """
|
||||
which = 'Frmw'
|
||||
want = 'bool'
|
||||
class _Prop_host_flags(aetools.NProperty):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue