From 8b59d5367c435115138bb15d52a14f18c1c30d81 Mon Sep 17 00:00:00 2001 From: Vasily Fomin Date: Wed, 22 Sep 2021 14:11:29 -0700 Subject: [PATCH] Fix typo in Descriptor docstring (#9001) --- python/google/protobuf/descriptor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/google/protobuf/descriptor.py b/python/google/protobuf/descriptor.py index 0f7bd1744328..61c242f9dff0 100644 --- a/python/google/protobuf/descriptor.py +++ b/python/google/protobuf/descriptor.py @@ -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