From c45ae11204e7836d10cc8cfff79fd331337e3583 Mon Sep 17 00:00:00 2001 From: poliveras Date: Fri, 22 Jun 2018 12:02:08 +0200 Subject: [PATCH] Update conventions.rst Fix plural --- contributing/code/conventions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing/code/conventions.rst b/contributing/code/conventions.rst index 9fed39b01d1..b90cbb565da 100644 --- a/contributing/code/conventions.rst +++ b/contributing/code/conventions.rst @@ -26,7 +26,7 @@ When an object has a "main" many relation with related "things" * ``count()`` * ``keys()`` -The usage of these methods are only allowed when it is clear that there +The usage of these methods is only allowed when it is clear that there is a main relation: * a ``CookieJar`` has many ``Cookie`` objects;