Skip to content

Commit

Permalink
Update proto/message.py
Browse files Browse the repository at this point in the history
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
  • Loading branch information
holtskinner and parthea committed Sep 1, 2023
1 parent 4b54464 commit c9a990c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/message.py
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ def to_json(
proto case (snake_case) or use lowerCamelCase. Default is False.
sort_keys (Optional(bool)): If True, then the output will be sorted by field names.
Default is False.
indent (int): The JSON object will be pretty-printed with this indent level.
indent (Optional(int)): The JSON object will be pretty-printed with this indent level.
An indent level of 0 or negative will only insert newlines.
Pass None for the most compact representation without newlines.
float_precision (Optional(int)): If set, use this to specify float field valid digits.
Expand Down

0 comments on commit c9a990c

Please sign in to comment.