Skip to content

Commit

Permalink
Fix typo in Descriptor docstring (#9001)
Browse files Browse the repository at this point in the history
  • Loading branch information
VasilyFomin committed Sep 22, 2021
1 parent a93074e commit 8b59d53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/google/protobuf/descriptor.py
Expand Up @@ -951,7 +951,7 @@ class FileDescriptor(DescriptorBase):
public_dependencies (list[FileDescriptor]): A subset of
:attr:`dependencies`, which were declared as "public".
message_types_by_name (dict(str, Descriptor)): Mapping from message names
to their :class:`Desctiptor`.
to their :class:`Descriptor`.
enum_types_by_name (dict(str, EnumDescriptor)): Mapping from enum names to
their :class:`EnumDescriptor`.
extensions_by_name (dict(str, FieldDescriptor)): Mapping from extension
Expand Down

0 comments on commit 8b59d53

Please sign in to comment.