From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from eggs.gnu.org (eggs.gnu.org [IPv6:2001:470:142:3::10]) by sourceware.org (Postfix) with ESMTPS id 273B73854814 for ; Sun, 9 May 2021 16:54:37 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 273B73854814 Received: from fencepost.gnu.org ([2001:470:142:3::e]:37944) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lfmhQ-0007nA-NZ; Sun, 09 May 2021 12:54:36 -0400 Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:3081 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lfmhP-000750-3j; Sun, 09 May 2021 12:54:36 -0400 Date: Sun, 09 May 2021 19:54:35 +0300 Message-Id: <83v97r7sqc.fsf@gnu.org> From: Eli Zaretskii To: Andrew Burgess Cc: gdb-patches@sourceware.org In-Reply-To: <20210509162918.2121993-1-andrew.burgess@embecosm.com> (message from Andrew Burgess on Sun, 9 May 2021 17:29:18 +0100) Subject: Re: [PATCH] gdb/doc: reword a sentence References: <20210509162918.2121993-1-andrew.burgess@embecosm.com> X-Spam-Status: No, score=-7.5 required=5.0 tests=BAYES_00, GIT_PATCH_0, KAM_DMARC_STATUS, RCVD_IN_BARRACUDACENTRAL, SPF_HELO_PASS, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 May 2021 16:54:38 -0000 > From: Andrew Burgess > Date: Sun, 9 May 2021 17:29:18 +0100 > > gdb/doc/ChangeLog: > > * python.texinfo (Breakpoints In Python): Reword sentence. > --- > gdb/doc/ChangeLog | 4 ++++ > gdb/doc/python.texi | 2 +- > 2 files changed, 5 insertions(+), 1 deletion(-) > > diff --git a/gdb/doc/python.texi b/gdb/doc/python.texi > index 453ddfec03f..4865634537d 100644 > --- a/gdb/doc/python.texi > +++ b/gdb/doc/python.texi > @@ -5500,7 +5500,7 @@ > Hardware assisted access watchpoint. > @end vtable > > -The available watchpoint types represented by constants are defined in the > +The available watchpoint types are represented by constants defined in the > @code{gdb} module: > > @vtable @code > -- > 2.25.4 Thanks, this is OK.