betamax icon indicating copy to clipboard operation
betamax copied to clipboard

DeprecationWarning in decorators docstring

Open jayvdb opened this issue 4 years ago • 1 comments

/usr/lib/python3.8/site-packages/betamax/decorator.py:11: DeprecationWarning:

invalid escape sequence \*

Seems to be triggered by

:param \*\*use_cassette_kwargs:

The docstring could be changed to be r'..', but does that then break Sphinx?

jayvdb avatar May 17 '20 04:05 jayvdb

The docstring should be changed to be r'..', it doesn't break Sphinx.

hroncok avatar May 17 '20 07:05 hroncok