From c4f477a4d4c799cbb47d85925bcb096625560316 Mon Sep 17 00:00:00 2001 From: James Lu Date: Sun, 30 Apr 2023 11:56:21 -0700 Subject: [PATCH] develop/style: fix indent error --- develop/style.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/develop/style.rst b/develop/style.rst index 379962d..8758437 100644 --- a/develop/style.rst +++ b/develop/style.rst @@ -9,7 +9,7 @@ not to be accepted into the Limnoria core. same style guidelines. - We use a maximum of 79 characters per line and 4 spaces per indentation level - Exception: method and function names generally use camelCase for consistency - with existing code. + with existing code. * Raw strings (``r''`` or ``r""``) should be used for regular expressions.