Update CODING_STYLE.md

This commit is contained in:
Griatch 2018-04-25 21:53:28 +02:00 committed by GitHub
parent 9bbfc422ee
commit e31b9f0d27

View file

@ -97,15 +97,15 @@ def funcname(a, b, c, d=False, **kwargs):
Args: Args:
a (str): This is a string argument that we can talk about a (str): This is a string argument that we can talk about
over multiple lines. over multiple lines.
b (int or str): Another argument b (int or str): Another argument.
c (list): A list argument c (list): A list argument.
d (bool, optional): An optional keyword argument d (bool, optional): An optional keyword argument.
Kwargs: Kwargs:
test (list): A test keyword test (list): A test keyword.
Returns: Returns:
e (str): The result of the function e (str): The result of the function.
Raises: Raises:
RuntimeException: If there is a critical error, RuntimeException: If there is a critical error,