Skip to content

Commit

Permalink
fix: Update message.py spelling error paylodpayload (#472)
Browse files Browse the repository at this point in the history
  • Loading branch information
holtskinner authored Jul 11, 2024
1 parent 280158d commit e59fc9a
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 @@ -537,7 +537,7 @@ def from_json(cls, payload, *, ignore_unknown_fields=False) -> "Message":
parse it into a message.
Args:
paylod: A json string representing a message.
payload: A json string representing a message.
ignore_unknown_fields (Optional(bool)): If True, do not raise errors
for unknown fields.
Expand Down

0 comments on commit e59fc9a

Please sign in to comment.