Closed ravioli1369 closed 5 months ago
@ravioli1369 Thanks for this. For the docstrings, we use Args: intead of Parameters: , and don't use the ----- demarkation. Take a look at another function for an example.
Args:
Parameters:
-----
@EthanMarx changed as requested
@ravioli1369 Thanks for this. For the docstrings, we use
Args:
intead ofParameters:
, and don't use the-----
demarkation. Take a look at another function for an example.