bpo-34906: Doc: Fix typos (GH-9712)
(cherry picked from commit 07fbbfde1b300369b4f8d1cfb80045fbb23b7091)
Co-authored-by: Stéphane Wirtel <stephane@wirtel.be>
diff --git a/Doc/library/dis.rst b/Doc/library/dis.rst
index 4f84e5b..6bbef38 100644
--- a/Doc/library/dis.rst
+++ b/Doc/library/dis.rst
@@ -149,7 +149,7 @@
.. function:: dis(x=None, *, file=None, depth=None)
Disassemble the *x* object. *x* can denote either a module, a class, a
- method, a function, a generator, an asynchronous generator, a couroutine,
+ method, a function, a generator, an asynchronous generator, a coroutine,
a code object, a string of source code or a byte sequence of raw bytecode.
For a module, it disassembles all functions. For a class, it disassembles
all methods (including class and static methods). For a code object or