From 36e8c9c9ce0bdb9fc3413134af410584fdb3f62a Mon Sep 17 00:00:00 2001 From: Anton Lydike Date: Fri, 20 Jan 2023 13:08:57 +0000 Subject: [PATCH] misc: fixed a typo in a docstring --- riscemu/types/memory_section.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/riscemu/types/memory_section.py b/riscemu/types/memory_section.py index a135bcb..ab6cbea 100644 --- a/riscemu/types/memory_section.py +++ b/riscemu/types/memory_section.py @@ -43,7 +43,7 @@ class MemorySection(ABC): :param bytes_per_row: the number of bytes displayed per row :param rows: the number of rows displayed :param group: Group this many bytes into one when displaying - :param highlight: Highligh the group containing this address + :param highlight: Highlight the group containing this address :return: """ if isinstance(start, Int32):