Skip to content

Commit

Permalink
typos in http.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cspeidel authored and mattwhisenhunt committed May 10, 2018
1 parent 504a6e5 commit fbaf9d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions googleapiclient/http.py
Expand Up @@ -16,7 +16,7 @@
The classes implement a command pattern, with every
object supporting an execute() method that does the
actuall HTTP request.
actual HTTP request.
"""
from __future__ import absolute_import
import six
Expand Down Expand Up @@ -1290,7 +1290,7 @@ def add(self, request, callback=None, request_id=None):
from the server. The default behavior is to have the library generate it's
own unique id. If the caller passes in a request_id then they must ensure
uniqueness for each request_id, and if they are not an exception is
raised. Callers should either supply all request_ids or nevery supply a
raised. Callers should either supply all request_ids or never supply a
request id, to avoid such an error.
Args:
Expand Down

1 comment on commit fbaf9d7

@krischanglaesel
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

馃憤

Please sign in to comment.