Skip to content

Commit 5dac805

Browse files
Jdbanbusunkim96
authored andcommitted
docs: fix typo in model.py
1 parent 360a516 commit 5dac805

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

googleapiclient/model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ class ProtocolBufferModel(BaseModel):
342342
def __init__(self, protocol_buffer):
343343
"""Constructs a ProtocolBufferModel.
344344
345-
The serialzed protocol buffer returned in an HTTP response will be
345+
The serialized protocol buffer returned in an HTTP response will be
346346
de-serialized using the given protocol buffer class.
347347
348348
Args:

0 commit comments

Comments
 (0)