Skip to content

Commit

Permalink
docs: Fix a few typos
Browse files Browse the repository at this point in the history
There are small typos in:
- README.md

Fixes:
- Should read `interpreted` rather than `interpretted`.
- Should read `characters` rather than `charactes`.

Signed-off-by: Tim Gates <tim.gates@iress.com>
  • Loading branch information
timgates42 committed Jul 30, 2022
1 parent 852760a commit e03c134
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -380,7 +380,7 @@ multivalue dictionary.
```

__params__ is one dimensional. If a list of values is provided as a query value,
that list is interpretted as multiple values.
that list is interpreted as multiple values.

```python
>>> f = furl()
Expand Down Expand Up @@ -422,7 +422,7 @@ parameter value.
__encode(delimiter='&', quote_plus=True, dont_quote='')__ can be used to encode
query strings with delimiters like `;`, encode spaces as `+` instead of `%20`
(i.e. application/x-www-form-urlencoded encoded), or avoid percent-encoding
valid query charactes entirely (valid query characters are
valid query characters entirely (valid query characters are
`/?:@-._~!$&'()*+,;=`).
```python
Expand Down

0 comments on commit e03c134

Please sign in to comment.