commit | 5dac805dce01c90d59ae5fa2d9d182c3a2ed5daa | [log] [tgz] |
---|---|---|
author | Jason Banich <Jdban101@gmail.com> | Thu Jan 23 13:50:42 2020 -0800 |
committer | Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> | Thu Jan 23 13:50:42 2020 -0800 |
tree | 47d8f2d76c5c490a43380152dfec04bb0120b3fa | |
parent | 360a5164afd880fe263b81d1de5deebec406560c [diff] |
docs: fix typo in model.py
diff --git a/googleapiclient/model.py b/googleapiclient/model.py index 0449a92..554056e 100644 --- a/googleapiclient/model.py +++ b/googleapiclient/model.py
@@ -342,7 +342,7 @@ def __init__(self, protocol_buffer): """Constructs a ProtocolBufferModel. - The serialzed protocol buffer returned in an HTTP response will be + The serialized protocol buffer returned in an HTTP response will be de-serialized using the given protocol buffer class. Args: