public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [pushed] Fix "not not" in Python documentation
@ 2023-12-10 22:29 Tom Tromey
  0 siblings, 0 replies; only message in thread
From: Tom Tromey @ 2023-12-10 22:29 UTC (permalink / raw)
  To: gdb-patches; +Cc: Tom Tromey

I noticed a "not not" in the Python documentation where just "not" was
meant.  This patch fixes the error.
---
 gdb/doc/python.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gdb/doc/python.texi b/gdb/doc/python.texi
index b65991bbad0..3a35c5c2ccc 100644
--- a/gdb/doc/python.texi
+++ b/gdb/doc/python.texi
@@ -2846,7 +2846,7 @@ frame registers when @value{GDBN} core asks for them.
 
 An unwinder should do as little work as possible.  Some otherwise
 innocuous operations can cause problems (even crashes, as this code is
-not not well-hardened yet).  For example, making an inferior call from
+not well-hardened yet).  For example, making an inferior call from
 an unwinder is unadvisable, as an inferior call will reset
 @value{GDBN}'s stack unwinding process, potentially causing re-entrant
 unwinding.
-- 
2.43.0


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-12-10 22:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-10 22:29 [pushed] Fix "not not" in Python documentation Tom Tromey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).