PagerDuty / pdpyras

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

v5.1.3: Fix linter errors for docstring splat operator escape sequences #126

Closed Deconstrained closed 7 months ago

Deconstrained commented 7 months ago

This replaces all escaped splat operators, \*, with *, in docstrings. While this elicits Sphinx warnings, the final documentation renders correctly.

This is to address #125