From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 4EE356DE0F56 for ; Mon, 11 Feb 2019 10:22:49 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.053 X-Spam-Level: X-Spam-Status: No, score=-0.053 tagged_above=-999 required=5 tests=[AWL=-0.054, DKIMWL_WL_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id sKRdbRMQbO3p for ; Mon, 11 Feb 2019 10:22:48 -0800 (PST) Received: from mail-lj1-f179.google.com (mail-lj1-f179.google.com [209.85.208.179]) by arlo.cworth.org (Postfix) with ESMTPS id 538FF6DE0EE3 for ; Mon, 11 Feb 2019 10:22:47 -0800 (PST) Received: by mail-lj1-f179.google.com with SMTP id z25-v6so9622108ljk.7 for ; Mon, 11 Feb 2019 10:22:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nikula-org.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=cFTNVBadmaj2UTxrE7knqMhI03TWk4ZMWIiYRBlzEds=; b=APIhnrMpYdy8GnnYcqgji+ZZiBLfl9X1evTmTdMNTRlGWKNqqBqCOgwu9v10Y1vgZw NppkQHU8MMLEAlV3n22+Tv2uxi2gn6HO49egHsz6S6CzmQLaLWHrYFCpvsi2S0li/4TI rkdf5BZ2CANA+Ghr+56SPjD/fzB/WwtMMPV2DI4SpXBTyCNlOivKOx+pL+nzMoCCgh1Y 1MQ10HZf0iV7jpNJ1iuc15q/qM8ewT0ERtOYc2vYr9CAEI+4d17MWgvWjomXUYX0I/BH TpJlNjxn7kXPFfOtrL0SanGCGwFt/uaOD7eB4bO0pKpTWtInrTIOgbtXP5NtG1PtpJqp DUiA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=cFTNVBadmaj2UTxrE7knqMhI03TWk4ZMWIiYRBlzEds=; b=DtYNCAuDusRamfey1T57NwwnN/o42ND9uPpBWaF/J429M1eONXCsj4mmgBjxOmFCa1 SbyChOE34+8JtPnAcWAAyRAdHNUaL6puqgHfa+2hOZVB4DniZD8oQTYmUMRt+w4HFCe4 MbtorchS5QdRGBx1csGHgVm65J0kVaxcHa+/5D9kT1HZ2iJgUYaO0RfHC4uXn79PZ1O2 hE2wXI6Xdj1FMgSWz5lg8qNnvc9NT1N17paMwc0CSdNBm++JKB8Ej5iiMg0ij4SGgJ90 fk2oFsgVEs7UcI9QrPvWHj6Kx4o1bImVoxvZbLi70tr7e0QXiR5nowlkSSPyMt2Ta+NC 8Dag== X-Gm-Message-State: AHQUAuZW+LCWYbclR4loi+mPeI3K67SOMk3WgUhwv6YjSNZ5zfB2V2FX mMHD3jwQAFHoqKDPBfgk7BQ+48cq4SYOgQ== X-Google-Smtp-Source: AHgI3IajynS5bDlmGtmiD5o8G8zG2K4NLyCWiQN9MFLVPUfWMIFV/v881heXngn6ZqWPqfJtwTsvcQ== X-Received: by 2002:a2e:131a:: with SMTP id 26-v6mr21484052ljt.107.1549909365280; Mon, 11 Feb 2019 10:22:45 -0800 (PST) Received: from localhost (213-216-253-97.bb.dnainternet.fi. [213.216.253.97]) by smtp.gmail.com with ESMTPSA id i15sm208450ljb.48.2019.02.11.10.22.44 (version=TLS1_3 cipher=AEAD-AES256-GCM-SHA384 bits=256/256); Mon, 11 Feb 2019 10:22:44 -0800 (PST) From: Jani Nikula To: notmuch@notmuchmail.org Subject: [PATCH 3/3] python: fix threads.__str__ automethod documentation Date: Mon, 11 Feb 2019 20:22:37 +0200 Message-Id: <20190211182237.32201-3-jani@nikula.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190211182237.32201-1-jani@nikula.org> References: <20190211182237.32201-1-jani@nikula.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Feb 2019 18:22:49 -0000 Indent the directive properly to attach it to Threads autoclass documentation. Fixes: WARNING: don't know which module to import for autodocumenting '__str__' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name) --- bindings/python/docs/source/threads.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/python/docs/source/threads.rst b/bindings/python/docs/source/threads.rst index 4324ac82a389..46ce5be5412a 100644 --- a/bindings/python/docs/source/threads.rst +++ b/bindings/python/docs/source/threads.rst @@ -11,4 +11,4 @@ iterator and broke list(Threads()). Use `len(list(msgs))` instead. -.. automethod:: __str__ + .. automethod:: __str__ -- 2.20.1