@@ -709,7 +709,7 @@ def next_chunk(self, num_retries=0):
709709
710710 Raises:
711711 googleapiclient.errors.HttpError if the response was not a 2xx.
712- httplib2.HttpLib2Error if a transport error has occured .
712+ httplib2.HttpLib2Error if a transport error has occurred .
713713 """
714714 headers = self ._headers .copy ()
715715 headers ["range" ] = "bytes=%d-%d" % (
@@ -860,7 +860,7 @@ def execute(self, http=None, num_retries=0):
860860
861861 Raises:
862862 googleapiclient.errors.HttpError if the response was not a 2xx.
863- httplib2.HttpLib2Error if a transport error has occured .
863+ httplib2.HttpLib2Error if a transport error has occurred .
864864 """
865865 if http is None :
866866 http = self .http
@@ -956,7 +956,7 @@ def next_chunk(self, http=None, num_retries=0):
956956
957957 Raises:
958958 googleapiclient.errors.HttpError if the response was not a 2xx.
959- httplib2.HttpLib2Error if a transport error has occured .
959+ httplib2.HttpLib2Error if a transport error has occurred .
960960 """
961961 if http is None :
962962 http = self .http
@@ -1419,7 +1419,7 @@ def _execute(self, http, order, requests):
14191419 request: list, list of request objects to send.
14201420
14211421 Raises:
1422- httplib2.HttpLib2Error if a transport error has occured .
1422+ httplib2.HttpLib2Error if a transport error has occurred .
14231423 googleapiclient.errors.BatchError if the response is the wrong format.
14241424 """
14251425 message = MIMEMultipart ("mixed" )
@@ -1495,7 +1495,7 @@ def execute(self, http=None):
14951495 None
14961496
14971497 Raises:
1498- httplib2.HttpLib2Error if a transport error has occured .
1498+ httplib2.HttpLib2Error if a transport error has occurred .
14991499 googleapiclient.errors.BatchError if the response is the wrong format.
15001500 """
15011501 # If we have no requests return
0 commit comments