Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/tutorial.advanced.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ edge-cases, such as the ones happening in a real-world scenario in a large
network.

Even worse, using mocks in place of files will often raise :exc:`OSError`
because these obhjects are not compatible with the features of the system used
because these objects are not compatible with the features of the system used
by the loop.

:mod:`asynctest` provides special mocks which can be used in place of actual
Expand Down