Skip to content

Commit

Permalink
Correct typo in development guide
Browse files Browse the repository at this point in the history
Ref. None
  • Loading branch information
Volham22 committed Aug 29, 2024
1 parent dfb5354 commit ac0a783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/development_guide/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ Code Design Guidelines
The following guidelines should be followed for clarity and consistency throughout the project:

- The formatting of error messages should be consistent. An error message starts with a lowercase letter and identifiers are highlighted by double quotes.
- Private functions are prefered over inner functions. Long inner functions can impede the comprehension of a function.
- Private functions are preferred over inner functions. Long inner functions can impede the comprehension of a function.
- Internal methods are prefixed by a single underscore.
- The methods of a class are sorted to make it easer to identify the public interface of a class:
1. Special methods (starting and ending with double underscores)
Expand Down

0 comments on commit ac0a783

Please sign in to comment.