Skip to content

Commit fbaf9d7

Browse files
cspeidelmattwhisenhunt
authored andcommitted
typos in http.py
1 parent 504a6e5 commit fbaf9d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

googleapiclient/http.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
1717
The classes implement a command pattern, with every
1818
object supporting an execute() method that does the
19-
actuall HTTP request.
19+
actual HTTP request.
2020
"""
2121
from __future__ import absolute_import
2222
import six
@@ -1290,7 +1290,7 @@ def add(self, request, callback=None, request_id=None):
12901290
from the server. The default behavior is to have the library generate it's
12911291
own unique id. If the caller passes in a request_id then they must ensure
12921292
uniqueness for each request_id, and if they are not an exception is
1293-
raised. Callers should either supply all request_ids or nevery supply a
1293+
raised. Callers should either supply all request_ids or never supply a
12941294
request id, to avoid such an error.
12951295
12961296
Args:

0 commit comments

Comments
 (0)