Skip to content

Fixed some typos in docs#879

Merged
diraol merged 1 commit intopython-mode:developfrom
bbelyeu:doc-fixes
Apr 29, 2018
Merged

Fixed some typos in docs#879
diraol merged 1 commit intopython-mode:developfrom
bbelyeu:doc-fixes

Conversation

@bbelyeu
Copy link
Copy Markdown
Contributor

@bbelyeu bbelyeu commented Apr 20, 2018

No description provided.

Comment thread readme.md
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
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Comment thread doc/pymode.txt
>
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
Copy Markdown
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 ")"

Comment thread doc/pymode.txt
>
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
Copy Markdown
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 ")"

Comment thread readme.md
- <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
Copy Markdown
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