commit | a04b3c52e61712b31f7a480af01a1b636d8b3cb9 | [log] [tgz] |
---|---|---|
author | smstone <smstone@gmail.com> | Mon Dec 10 14:13:41 2018 -0500 |
committer | Tres Seaver <tseaver@palladion.com> | Mon Dec 10 14:13:41 2018 -0500 |
tree | dce561cfacb0a8aa160ac23cd7760d3fb697e119 | |
parent | 912a812d6f46092f748334f1f045eba9419c4c8e [diff] |
Typo in http.py exception message. (#602)
diff --git a/googleapiclient/http.py b/googleapiclient/http.py index d62a5c1..4949d0c 100644 --- a/googleapiclient/http.py +++ b/googleapiclient/http.py
@@ -1326,7 +1326,7 @@ """ if len(self._order) >= MAX_BATCH_LIMIT: - raise BatchError("Exceeded the maximum calls(%d) in a single bactch request." + raise BatchError("Exceeded the maximum calls(%d) in a single batch request." % MAX_BATCH_LIMIT) if request_id is None: request_id = self._new_id()