Skip to content

Commit 80e31e1

Browse files
committed
Merge pull request #72 from jakednoble/master
small doc string fix to http request
2 parents 79a4225 + 7a91b4b commit 80e31e1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tincan/http_request.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
class HTTPRequest(Base):
1919
"""Creates a new HTTPRequest object, either from a dict, another object, or from kwargs
2020
21-
:param endpoint: The remote lrs endpoint used for the HTTP connection
22-
:type endpoint: unicode
2321
:param method: Method for the HTTP connection ("GET", "POST", "DELETE", etc.)
2422
:type method: unicode
2523
:param resource: Resource for the LRS HTTP connection ("about", "statements", "activities/state", etc.)

0 commit comments

Comments
 (0)