From d613da1becc9a9eb82e148f3715abb443bb1fde0 Mon Sep 17 00:00:00 2001 From: Burak Arslan Date: Sun, 1 Jun 2014 15:29:13 +0300 Subject: [PATCH] minor doc reword --- CONTRIBUTING.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 12e7ad17b..dec292b6a 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -51,8 +51,8 @@ GitHub. Even if this gives the core committers the power to commit directly to the core repository, we highly value code reviews and expect every significant change to be committed via pull requests. -Development principles ----------------------- +Miscellanous Remarks +-------------------- * When overriding a method in a class use the ``super()`` to call the parent implementation instead of explicitly specifying the parent class. This is