bpo-44342: [Enum] sync current docs to 3.10 (GH-26750)

This commit is contained in:
Ethan Furman 2021-06-15 18:51:19 -07:00 committed by GitHub
parent ac38a9f2df
commit 741b8ae1cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View file

@ -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