diff --git a/doc/nep1.rst b/doc/nep1.rst index c4d4456815..b302dc2a72 100644 --- a/doc/nep1.rst +++ b/doc/nep1.rst @@ -32,8 +32,8 @@ Style Guidelines Spacing and Whitespace Conventions ----------------------------------- -- Lines should be no longer than 80 characters. Limiting the amount of - information present on each line makes for more readable code - the reader +- Lines should preferably be no longer than 80 characters. Limiting the amount + of information present on each line makes for more readable code - the reader has smaller chunks to process. - Two spaces should be used for indentation of blocks; tabstops are not allowed