From f852b01d8fb002cb1e77510b410a0a11ea4e6196 Mon Sep 17 00:00:00 2001 From: Xie Yanbo Date: Mon, 6 May 2024 13:49:29 +0800 Subject: [PATCH] Fix typo in Doc/library/dis.rst --- Doc/library/dis.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/dis.rst b/Doc/library/dis.rst index 21ac2c87a1859e..e255fad55e4a25 100644 --- a/Doc/library/dis.rst +++ b/Doc/library/dis.rst @@ -104,7 +104,7 @@ The following options are accepted: Show offsets of instructions. If :file:`infile` is specified, its disassembled code will be written to stdout. -Otherwise, disassembly is performed on compiled source code recieved from stdin. +Otherwise, disassembly is performed on compiled source code received from stdin. Bytecode analysis -----------------