Skip to content

Fix dockstring in default_config due to H402 rule#304

Merged
klen merged 1 commit into
python-mode:developfrom
vikt0rs:fix-docstring-punctuation
Oct 26, 2013
Merged

Fix dockstring in default_config due to H402 rule#304
klen merged 1 commit into
python-mode:developfrom
vikt0rs:fix-docstring-punctuation

Conversation

@vikt0rs
Copy link
Copy Markdown
Contributor

@vikt0rs vikt0rs commented Oct 23, 2013

When we run pep8 tests in a root project folder, flake8 with default
settings also checks .ropeproject/ folder and finds two errors there.

pep8 runtests: commands[0] | flake8
./.ropeproject/config.py:5:1: H402 one line docstring needs punctuation.
./.ropeproject/config.py:84:1: H402 one line docstring needs punctuation.

So I fixed these dockstrings to avoid such confusion

When we run pep8 tests in a root project folder, flake8 with default
settings also checks .ropeproject/ folder and finds two errors there.

pep8 runtests: commands[0] | flake8
./.ropeproject/config.py:5:1: H402  one line docstring needs punctuation.
./.ropeproject/config.py:84:1: H402  one line docstring needs punctuation.

So I fixed these dockstrings to avoid such confusion
@klen
Copy link
Copy Markdown
Collaborator

klen commented Oct 26, 2013

Thanks.

klen added a commit that referenced this pull request Oct 26, 2013
Fix dockstring in default_config due to H402 rule
@klen klen merged commit 613ffb5 into python-mode:develop Oct 26, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants