From 046eec913621358efa26e094c8efddbb50a9ebcf Mon Sep 17 00:00:00 2001 From: "Claire C.C" Date: Mon, 1 Aug 2016 00:43:46 -0700 Subject: [PATCH] Remove extra "available" --- CONTRIBUTING.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.asciidoc b/CONTRIBUTING.asciidoc index 1dbf1b8d2..0565b0452 100644 --- a/CONTRIBUTING.asciidoc +++ b/CONTRIBUTING.asciidoc @@ -277,9 +277,9 @@ Python and Qt objects ~~~~~~~~~~~~~~~~~~~~~ For many tasks, there are solutions available in both Qt and the Python -standard library available. +standard library. -In qutebrowser, the policy is usually using the Python libraries, as they +In qutebrowser, the policy is usually to use the Python libraries, as they provide exceptions and other benefits. There are some exceptions to that: