Skip to content

Commit

Permalink
Fix typo in 'delimiter'
Browse files Browse the repository at this point in the history
  • Loading branch information
wbolster committed Apr 17, 2015
1 parent 3ac4716 commit 71a5f89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion API.md
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ parameter value.
'http://sprop.su/?param'
```

__encode(delimeter='&')__ can be used to encode query strings with delimeters
__encode(delimiter='&')__ can be used to encode query strings with delimeters
like `;`.

```python
Expand Down

0 comments on commit 71a5f89

Please sign in to comment.