Skip to content

Commit 20b32e7

Browse files
Update scripts/validate_docstrings.py
Co-Authored-By: igorfassen <[email protected]>
1 parent e0f9689 commit 20b32e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/validate_docstrings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ def validate_one(func_name):
515515
'should finish with '
516516
'"."'.format(name))
517517
if returns_errs:
518-
errs.append('Errors in returns section')
518+
errs.append('Errors in Returns section')
519519
for returns_err in returns_errs:
520520
errs.append('\t{}'.format(returns_err))
521521

0 commit comments

Comments
 (0)