mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
TYPOS IN CODING_STYLE.md
Just fixed a few typos.
This commit is contained in:
parent
057df2c51d
commit
45ee8104ec
1 changed files with 2 additions and 2 deletions
|
|
@ -79,7 +79,7 @@ Example of class docstring:
|
|||
|
||||
```python
|
||||
class MyClass(object):
|
||||
""""
|
||||
"""
|
||||
This class describes the creation of `Objects`. It is useful
|
||||
in many situations, such as ...
|
||||
|
||||
|
|
@ -123,7 +123,7 @@ def funcname(a, b, c, d=False, **kwargs):
|
|||
```
|
||||
|
||||
The syntax is very "loose" but the indentation matters. That is, you
|
||||
should end the block headers (like `Args:`) with a line break followed
|
||||
should end the block headers (like `Args:`) with a line break followed by
|
||||
an indent. When you need to break a line you should start the next line
|
||||
with another indent. For consistency with the code we recommend all
|
||||
indents to be 4 spaces wide (no tabs!).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue