From 1fb54436a02d99085fcacddd0489b4d38635c196 Mon Sep 17 00:00:00 2001 From: Grazfather Date: Fri, 1 Sep 2023 13:05:24 +0000 Subject: [PATCH] Fix docstring --- gef.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gef.py b/gef.py index ad936c3b7..f105c0c37 100644 --- a/gef.py +++ b/gef.py @@ -10482,8 +10482,8 @@ def parse_monitor_info_mem() -> Generator[Section, None, None]: @staticmethod def parse_info_mem(): - """Get the memory mapping from GDB's command `monitor info mem`. - This can be provided by certain gdbserver implementations.""" + """Get the memory mapping from GDB's command `info mem`. This can be + provided by certain gdbserver implementations.""" for line in StringIO(gdb.execute("info mem", to_string=True)): # Using memory regions provided by the target. # Num Enb Low Addr High Addr Attrs