diff --git a/flake8_rst_docstrings.py b/flake8_rst_docstrings.py index caabaa8..a43472e 100644 --- a/flake8_rst_docstrings.py +++ b/flake8_rst_docstrings.py @@ -1,7 +1,7 @@ """Check Python docstrings validate as reStructuredText (RST). This is a plugin for the tool flake8 tool for checking Python -soucre code. +source code. """ import logging