From 17b7c6b82de53de6be3e60209d0f1a622a6d61a1 Mon Sep 17 00:00:00 2001 From: thec0sm0s Date: Sun, 27 Sep 2020 16:35:37 +0530 Subject: [PATCH] Update CONTRIBUTING.rst --- CONTRIBUTING.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 9abecff..5879e02 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -39,7 +39,7 @@ You may or may not find it much relevant but I prefer few conventions and code s - Please do follow the Python `PEP 8`_ style guide. - You may or may not include docstrings. Although it's required but can also be added later on after making the PR. - Prefer prefixing the commit messages with emojis. Check the `Emoji Usage Reference`_ for info on which emoji to use. -- Explicitly mention and inherit ``object`` when writing classes. For example, prefer `class Foo(object): ...` over ``class Foo: ...``. +- Explicitly mention and inherit ``object`` when writing classes. For example, prefer ``class Foo(object): ...`` over ``class Foo: ...``. - Prefer relative imports over absolute imports. Emoji Usage Reference