Category "docstring"

How to docstring kwargs and their expected types

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

Docstrings when nothing is returned

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