From b4e8209f2ca636337daebc8fecc09396fb726d2a Mon Sep 17 00:00:00 2001 From: Leandro Toledo Date: Thu, 14 Jul 2016 17:16:25 -0300 Subject: [PATCH] Update CONTRIBUTING.rst Adding a bullet on "assertEqual method's arguments should be in ('actual', 'expected') order" --- .github/CONTRIBUTING.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.rst b/.github/CONTRIBUTING.rst index ebc0f091b..c81a9b7af 100644 --- a/.github/CONTRIBUTING.rst +++ b/.github/CONTRIBUTING.rst @@ -153,7 +153,7 @@ Specific commandments AssertEqual argument order ###################### -assertEqual method's arguments should be in ('actual', 'expected') order. +- assertEqual method's arguments should be in ('actual', 'expected') order. Properly calling callables #######################