File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,14 +28,14 @@ This works because AGithub knows everything it needs to about protocol
2828# Use
2929
3030The most striking quality of AGitHub is how closely its syntax emulates
31- HTTP. In fact, you might find it even more convenient that HTTP, and
31+ HTTP. In fact, you might find it even more convenient than HTTP, and
3232almost as general (as far as REST APIs go, anyway). The examples below
33- tend to use the GitHub API as a refence point, but it is no less easy to
33+ tend to use the GitHub API as a reference point, but it is no less easy to
3434use ` agithub ` with, say, the Facebook Graph.
3535
3636## Get
3737
38- Here's how to do a ` GET ` request, with proprely -encoded url parameters:
38+ Here's how to do a ` GET ` request, with properly -encoded url parameters:
3939
4040``` python
4141client.issues.get(filter = ' subscribed' )
You can’t perform that action at this time.
0 commit comments