Skip to content

Fixed some typos in docs #879

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 29, 2018
Merged

Fixed some typos in docs #879

merged 1 commit into from
Apr 29, 2018

Conversation

bbelyeu
Copy link
Contributor

@bbelyeu bbelyeu commented Apr 20, 2018

No description provided.

1. **Be more productive**: Pymode saves time by bringing all the tools
necessary for professional developers so that you can focus on bigger
things. It has been finely tuned based on decades of experience working
with Vim and is constantly kept up to date.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -353,7 +353,7 @@ Pymode has the ability to set code checkers options from pymode variables:
Set PEP8 options *'g:pymode_lint_options_pep8'*
>
let g:pymode_lint_options_pep8 =
\ {'max_line_length': g:pymode_options_max_line_length})
\ {'max_line_length': g:pymode_options_max_line_length}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I had tried to copy & paste this line from the help doc into my ftplugin for python files, but was getting syntax errors b/c of the trailing ")"

@@ -373,7 +373,7 @@ Set pep257 options *'g:pymode_lint_options_pep257'
Set pylint options *'g:pymode_lint_options_pylint'*
>
let g:pymode_lint_options_pylint =
\ {'max-line-length': g:pymode_options_max_line_length})
\ {'max-line-length': g:pymode_options_max_line_length}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I had tried to copy & paste this line from the help doc into my ftplugin for python files, but was getting syntax errors b/c of the trailing ")"

@@ -11,7 +11,7 @@
- ``:help pymode``
- <https://github.com/python-mode/python-mode/wiki>

**Please use python-mode tag on Stackoverflow to ask questions:**
**Please use python-mode tag on Stackoverflow to ask questions:**
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line and a few others below had unnecessary trailing whitespace on the line.

@diraol diraol merged commit 96cc437 into python-mode:develop Apr 29, 2018
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