Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit47e2256

Browse files
committed
Fixed some typos in docs
1 parent5308d0c commit47e2256

File tree

3 files changed

+20
-19
lines changed

3 files changed

+20
-19
lines changed

‎AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,4 @@ Contributors:
6868
* nixon (https://github.com/nixon);
6969
* sphaugh (https://github.com/sphaugh);
7070
* tramchamploo (https://github.com/tramchamploo);
71+
* Brad Belyeu (https://github.com/bbelyeu);

‎doc/pymode.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ Pymode has the ability to set code checkers options from pymode variables:
353353
Set PEP8 options*'g:pymode_lint_options_pep8'*
354354
>
355355
let g:pymode_lint_options_pep8 =
356-
\ {'max_line_length': g:pymode_options_max_line_length})
356+
\ {'max_line_length': g:pymode_options_max_line_length}
357357
358358
Seehttps://pep8.readthedocs.org/en/1.4.6/intro.html#configuration for more
359359
info.
@@ -373,7 +373,7 @@ Set pep257 options *'g:pymode_lint_options_pep257'
373373
Set pylint options*'g:pymode_lint_options_pylint'*
374374
>
375375
let g:pymode_lint_options_pylint =
376-
\ {'max-line-length': g:pymode_options_max_line_length})
376+
\ {'max-line-length': g:pymode_options_max_line_length}
377377
378378
Seehttp://docs.pylint.org/features.html#options for more info.
379379

‎readme.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
-``:help pymode``
1212
-<https://github.com/python-mode/python-mode/wiki>
1313

14-
**Please use python-mode tag on Stackoverflow to ask questions:**
14+
**Please use python-mode tag on Stackoverflow to ask questions:**
1515
<https://stackoverflow.com/questions/tagged/python-mode>
1616

1717
-------------------------------------------------------------------------------
@@ -21,11 +21,11 @@
2121
</p>
2222

2323
***Important***: From 2017-11-19 onwards python-mode uses submodules instead of
24-
hard coding 3rd party libraries into its codebase. Please issue the command:
25-
`git submodule update --init --recursive`
24+
hard coding 3rd party libraries into its codebase. Please issue the command:
25+
`git submodule update --init --recursive`
2626
inside your python-mode folder.
2727

28-
If you are a new user please clone the repos using the recursive flag:
28+
If you are a new user please clone the repos using the recursive flag:
2929
`git clone --recursive https://github.com/python-mode/python-mode`
3030

3131
-------------------------------------------------------------------------------
@@ -34,21 +34,21 @@ Python-mode is a Vim plugin that magically converts Vim into a Python IDE.
3434

3535
Why Python-mode?
3636

37-
1.**Be more productive**: Pymode saves time bybring alltools necessary for
38-
professional developers so that you can focus on bigger things. It has been
39-
finely tuned based on decades of experience working with Vim and is
40-
constantly keptuptodate.
37+
1.**Be more productive**: Pymode saves time bybringing allthe tools
38+
necessary forprofessional developers so that you can focus on bigger
39+
things. It has beenfinely tuned based on decades of experience working
40+
with Vim and isconstantly keptup to date.
4141
2.**Get smart assistance**: Pymode knows all about your code. We use the
4242
best-in-class intellisense code completion, on-the-fly error checking and
4343
quick-fixes; easy project navigation and much more.
4444
3.**Use the full power and capabilities of Vim**: Unlike traditional IDEs
4545
which can only provide a small subset of Vim functionalities, you can do
4646
everything and anything that you can in Vim.
47-
4.**Modular structure**: We attempt tobecreate Python-modein the same
47+
4.**Modular structure**: We attempt to create Python-modewith the same
4848
principles of python: i.e. have a modular structure, so that as and when
4949
better libraries evolve, we can provide you the best experience, while
5050
abstracting the details so that you can get back to what you do best.
51-
5.**Written mostly in Python**: 96.1% written in Python. Well we love Python
51+
5.**Written mostly in Python**: 96.1% written in Python. Well, we love Python
5252
:)
5353

5454
The plugin contains all you need to develop python applications in Vim.
@@ -70,7 +70,7 @@ The plugin contains all you need to develop python applications in Vim.
7070
* Go to definition (`<C-c>g`)
7171
* And more, more ...
7272

73-
See a screencast here:<http://www.youtube.com/watch?v=67OZNp9Z0CQ>
73+
See a screencast here:<http://www.youtube.com/watch?v=67OZNp9Z0CQ>
7474
Another old presentation here:<http://www.youtube.com/watch?v=YhqsjUUHj6g>
7575

7676
**To read python-mode documentation in Vim, use**`:help pymode`.
@@ -140,11 +140,11 @@ If your question is not described there then you already know what to do
140140

141141
Nevertheless just a refresher on how to submit bugs:
142142

143-
**(From the FAQ)** Start python mode with:
144-
`vim -i NONE -u <path_to_pymode>/debugvimrc.vim`
143+
**(From the FAQ)** Start python mode with:
144+
`vim -i NONE -u <path_to_pymode>/debugvimrc.vim`
145145
Reproduce the error and submit your python mode debug file. You can check its
146-
location with`:messages` for something like:
147-
`pymode debug msg 1: Starting debug on: 2017-11-18 16:44:13 with file /tmp/pymode_debug_file.txt`.
146+
location with`:messages` for something like:
147+
`pymode debug msg 1: Starting debug on: 2017-11-18 16:44:13 with file /tmp/pymode_debug_file.txt`.
148148
Please submit the entire content of the file along with a reasoning of why the
149149
plugin seems broken.
150150

@@ -170,7 +170,7 @@ Documentation is available in your vim `:help pymode`.
170170
#Bugtracker
171171

172172
If you have any suggestions, bug reports or annoyances please report them to
173-
the issue tracker at:
173+
the issue tracker at:
174174
<https://github.com/python-mode/python-mode/issues>
175175

176176
#Contributing
@@ -183,7 +183,7 @@ The contributing guidelines for this plugin are outlined at
183183

184184
Also see the AUTHORS file.
185185

186-
Development of python-mode happens at github:
186+
Development of python-mode happens at github:
187187
<https://github.com/python-mode/python-mode>
188188

189189
Please make a pull request to development branch and add yourself to AUTHORS.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp