Skip to content

Commit 9173e7f

Browse files
authored
typoz
typoz
1 parent 560d3eb commit 9173e7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ If you wonder why this code is `nothing but a dirty curl wrapper`, here's why:
88
- If I submit raw chars, I want raw chars to be sent.
99
- If I send a weird path, I want it weird, not normalized.
1010

11-
This is `surprisingly hard` to achieve in python without loosing all of the lib goodies like parsing, ssl/tls encapsulation and so on. \
11+
This is `surprisingly hard` to achieve in python without losing all of the lib goodies like parsing, ssl/tls encapsulation and so on. \
1212
So, be like me, use `curl as a backend`, it's gonna be just fine.
1313

1414

0 commit comments

Comments
 (0)