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 AF8C16DE0C51 for ; Wed, 9 Aug 2017 00:44:14 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.051 X-Spam-Level: X-Spam-Status: No, score=-0.051 tagged_above=-999 required=5 tests=[AWL=-0.051] 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 5m9YwuqHkeFC for ; Wed, 9 Aug 2017 00:44:14 -0700 (PDT) Received: from che.mayfirst.org (che.mayfirst.org [162.247.75.118]) by arlo.cworth.org (Postfix) with ESMTP id D0D546DE0ACB for ; Wed, 9 Aug 2017 00:44:13 -0700 (PDT) Received: from fifthhorseman.net (ool-6c3a0662.static.optonline.net [108.58.6.98]) by che.mayfirst.org (Postfix) with ESMTPSA id DC512F99A for ; Wed, 9 Aug 2017 03:44:12 -0400 (EDT) Received: by fifthhorseman.net (Postfix, from userid 1000) id 8588F208B5; Wed, 9 Aug 2017 03:44:10 -0400 (EDT) From: Daniel Kahn Gillmor To: Notmuch Mail Subject: [PATCH] fix typo Date: Wed, 9 Aug 2017 03:44:10 -0400 Message-Id: <20170809074410.13519-1-dkg@fifthhorseman.net> X-Mailer: git-send-email 2.13.2 X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.23 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: Wed, 09 Aug 2017 07:44:14 -0000 --- bindings/python/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/python/README b/bindings/python/README index fe7a2181..5bf076d2 100644 --- a/bindings/python/README +++ b/bindings/python/README @@ -3,7 +3,7 @@ notmuch -- The python interface to notmuch This module makes the functionality of the notmuch library (`https://notmuchmail.org`_) available to python. Successful import of -this modul depends on a libnotmuch.so|dll being available on the +this module depends on a libnotmuch.so|dll being available on the user's system. If you have downloaded the full source tarball, you can create the -- 2.13.2