What is the conventional way to express in a docstring the expected types of keyword arguments? Or is this out of principle something I should not be doing at
What is the docstring convention when a function doesn't return anything? For example: def f(x): """Prints the element given as input Args: x