Skip to content

Commit 14dad5b

Browse files
fix: update docstring to match type hint (googleapis#172)
* fix: update docstring to match type hint * proto/modules.py * Update modules.py Co-authored-by: Dov Shlachter <dovs@google.com>
1 parent 2dee6fc commit 14dad5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

proto/modules.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def define_module(
3333
package (str): The proto package name.
3434
marshal (str): The name of the marshal to use. It is recommended
3535
to use one marshal per Python library (e.g. package on PyPI).
36-
manifest (Tuple[str]): A tuple of classes to be created. Setting
36+
manifest (Set[str]): A set of messages and enums to be created. Setting
3737
this adds a slight efficiency in piecing together proto
3838
descriptors under the hood.
3939
"""

0 commit comments

Comments
 (0)