Skip to content

Commit e53dceb

Browse files
authored
Fixed typo in docstring
1 parent aaff369 commit e53dceb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

flake8_rst_docstrings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""Check Python docstrings validate as reStructuredText (RST).
22
33
This is a plugin for the tool flake8 tool for checking Python
4-
soucre code.
4+
source code.
55
"""
66

77
import logging

0 commit comments

Comments
 (0)