Skip to content

Commit

Permalink
Fixed typo in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjc committed Jan 11, 2020
1 parent aaff369 commit e53dceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake8_rst_docstrings.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit e53dceb

Please sign in to comment.