pylint-errors

C0402 (wrong-spelling-in-docstring)

:x: Problematic code:

# to be addded

:heavy_check_mark: Correct code:

# to be added

Rationale:

Used when a word in docstring is not spelled correctly.