From 2f7270c68150d9f49b48c8ff995f4f343d216cee Mon Sep 17 00:00:00 2001 From: John Bampton Date: Tue, 28 Feb 2023 03:56:06 +1000 Subject: Fix spelling (#7389) --- iseq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'iseq.c') diff --git a/iseq.c b/iseq.c index 51ecd7faf7..3305edde96 100644 --- a/iseq.c +++ b/iseq.c @@ -3805,7 +3805,7 @@ succ_index_lookup(const struct succ_index_table *sd, int x) * call-seq: * iseq.script_lines -> array or nil * - * It returns recorded script lines if it is availalble. + * It returns recorded script lines if it is available. * The script lines are not limited to the iseq range, but * are entire lines of the source file. * -- cgit v1.2.3