mirror of
https://github.com/python/cpython.git
synced 2025-08-22 17:55:18 +00:00
bpo-44342: [Enum] sync current docs to 3.10 (GH-26750)
This commit is contained in:
parent
ac38a9f2df
commit
741b8ae1cf
3 changed files with 4 additions and 4 deletions
|
@ -1637,7 +1637,7 @@ class verify:
|
|||
else:
|
||||
value = 'combined values of 0x%x' % missing_value
|
||||
raise ValueError(
|
||||
'invalid Flag %r: %s %s [use `enum.show_flag_values(value)` for details]'
|
||||
'invalid Flag %r: %s %s [use enum.show_flag_values(value) for details]'
|
||||
% (cls_name, alias, value)
|
||||
)
|
||||
return enumeration
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue