Skip to content

Commit a04b3c5

Browse files
smstonetseaver
authored andcommitted
Typo in http.py exception message. (#602)
1 parent 912a812 commit a04b3c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

googleapiclient/http.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1326,7 +1326,7 @@ def add(self, request, callback=None, request_id=None):
13261326
"""
13271327

13281328
if len(self._order) >= MAX_BATCH_LIMIT:
1329-
raise BatchError("Exceeded the maximum calls(%d) in a single bactch request."
1329+
raise BatchError("Exceeded the maximum calls(%d) in a single batch request."
13301330
% MAX_BATCH_LIMIT)
13311331
if request_id is None:
13321332
request_id = self._new_id()

0 commit comments

Comments
 (0)