PagerDuty / pdpyras

Low-level PagerDuty REST/Events API client for Python
MIT License
129 stars 29 forks source link

Replace \* with \\* in docstrings #68

Closed ashwin153 closed 3 years ago

ashwin153 commented 3 years ago
ashwin153 commented 3 years ago

Verified that this fixes the DeprecationWarning by running the following.

import warnings
warnings.simplefilter("always")
x = "\\*\\*kwargs"
Deconstrained commented 3 years ago

Thanks! This will be included in v4.3.0, which will be released Monday.