Skip to content

Commit

Permalink
Fix typo in docstring (#9208)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomerv committed Nov 11, 2021
1 parent ef1c9fd commit 47e0542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/google/protobuf/descriptor.py
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@ class EnumDescriptor(_NestedDescriptorBase):
full_name (str): Full name of the type, including package name
and any enclosing type(s).
values (list[EnumValueDescriptors]): List of the values
values (list[EnumValueDescriptor]): List of the values
in this enum.
values_by_name (dict(str, EnumValueDescriptor)): Same as :attr:`values`,
but indexed by the "name" field of each EnumValueDescriptor.
Expand Down

0 comments on commit 47e0542

Please sign in to comment.