From 2e5660faf8fc8bae323bfc84ffce8677e1fafe6b Mon Sep 17 00:00:00 2001 From: Anant Murmu <58996975+freezboltz@users.noreply.github.com> Date: Fri, 2 Jul 2021 00:36:20 +0530 Subject: [PATCH] Fixed typo (#508) --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 2b77f9a..3d2f13f 100644 --- a/README.rst +++ b/README.rst @@ -26,7 +26,7 @@ If you want to create a pull request, make sure that: - Your code its easy to understand, maintainable, and modularized. You should also avoid code duplication wherever possible by adding functions to or using lain.helpers_. If something is unclear, or you can not write it in such a way that it will be clear, explain it with a comment. -- You test your changes before submitting to make sure that you code works and does not break other parts of the module. +- You test your changes before submitting to make sure that your code works and does not break other parts of the module. - You update ``wiki`` submodule with a thorough section, if necessary.