From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-17.3 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9F6F4C433DB for ; Wed, 17 Mar 2021 18:26:47 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6CB0264DE0 for ; Wed, 17 Mar 2021 18:26:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233013AbhCQS0L (ORCPT ); Wed, 17 Mar 2021 14:26:11 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49972 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232984AbhCQSZw (ORCPT ); Wed, 17 Mar 2021 14:25:52 -0400 Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:8b0:10b:1234::107]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 41CB6C06174A; Wed, 17 Mar 2021 11:25:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=merlin.20170209; h=Content-Transfer-Encoding:Content-Type: In-Reply-To:MIME-Version:Date:Message-ID:From:References:To:Subject:Sender: Reply-To:Cc:Content-ID:Content-Description; bh=aDZn5rNh0GqHfB1yuCs8X0m+j7nLaKVvb0epvExRz+M=; b=jU9EYb+1cbwMocgwOiYLNL+IDA psyboQayQ78lm3V5Aro8zP9P5Xbn4DWjPs0AmumNw3cSYTRKAg61myGXtZCDL8bqIHaBjpgc2Q4jg EZrKWGuexiz5ta14bFzIzR7+PD9sUnsv4SsixX08XEJH6yrSIEQ30SXbT+xUatYQ7ho04kajWRC9/ IDtqPARui1hQ/XRUZZ5yhc6QxQSFldYJ2bNq5Hcn9JiC/6lYqejwZt20/3NM9WRT7JhFjUM2YMKY4 xkgXf0XjD0SQxQUmbwpM1NXXLzEnXxkpgmI3WXKlbAeNi8RIVr/rDNgCb5BWEGqr7WNQKekUNg7xU DBvlfGKg==; Received: from [2601:1c0:6280:3f0::9757] by merlin.infradead.org with esmtpsa (Exim 4.94 #2 (Red Hat Linux)) id 1lMard-001fsD-Vt; Wed, 17 Mar 2021 18:25:50 +0000 Subject: Re: [PATCH] docs: sphinx: Trivial fix of a typo in the file rstFlatTable.py To: Bhaskar Chowdhury , corbet@lwn.net, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org References: <20210317102056.3003768-1-unixbhaskar@gmail.com> From: Randy Dunlap Message-ID: <442664ee-7cae-9b26-ca66-31827c448fcc@infradead.org> Date: Wed, 17 Mar 2021 11:25:47 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.0 MIME-Version: 1.0 In-Reply-To: <20210317102056.3003768-1-unixbhaskar@gmail.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org On 3/17/21 3:20 AM, Bhaskar Chowdhury wrote: > > s/buidler/builder/ > > Signed-off-by: Bhaskar Chowdhury Acked-by: Randy Dunlap > --- > Documentation/sphinx/rstFlatTable.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/sphinx/rstFlatTable.py b/Documentation/sphinx/rstFlatTable.py > index a3eea0bbe6ba..1d2b9be6b6c5 100755 > --- a/Documentation/sphinx/rstFlatTable.py > +++ b/Documentation/sphinx/rstFlatTable.py > @@ -161,7 +161,7 @@ class ListTableBuilder(object): > for colwidth in colwidths: > colspec = nodes.colspec(colwidth=colwidth) > # FIXME: It seems, that the stub method only works well in the > - # absence of rowspan (observed by the html buidler, the docutils-xml > + # absence of rowspan (observed by the html builder, the docutils-xml > # build seems OK). This is not extraordinary, because there exists > # no table directive (except *this* flat-table) which allows to > # define coexistent of rowspan and stubs (there was no use-case > -- -- ~Randy