From 47e2256abcd327bb674d1443b478c89e981052d7 Mon Sep 17 00:00:00 2001 From: Brad Belyeu Date: Fri, 20 Apr 2018 16:24:15 -0500 Subject: [PATCH] Fixed some typos in docs --- AUTHORS | 1 + doc/pymode.txt | 4 ++-- readme.md | 34 +++++++++++++++++----------------- 3 files changed, 20 insertions(+), 19 deletions(-) diff --git a/AUTHORS b/AUTHORS index adadc435..3261861a 100644 --- a/AUTHORS +++ b/AUTHORS @@ -68,3 +68,4 @@ Contributors: * nixon (https://github.com/nixon); * sphaugh (https://github.com/sphaugh); * tramchamploo (https://github.com/tramchamploo); +* Brad Belyeu (https://github.com/bbelyeu); diff --git a/doc/pymode.txt b/doc/pymode.txt index 37d5fe91..99ddcdd6 100644 --- a/doc/pymode.txt +++ b/doc/pymode.txt @@ -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} See https://pep8.readthedocs.org/en/1.4.6/intro.html#configuration for more info. @@ -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} See http://docs.pylint.org/features.html#options for more info. diff --git a/readme.md b/readme.md index 56a01a19..5bee62fa 100644 --- a/readme.md +++ b/readme.md @@ -11,7 +11,7 @@ - ``:help pymode`` - -**Please use python-mode tag on Stackoverflow to ask questions:** +**Please use python-mode tag on Stackoverflow to ask questions:** ------------------------------------------------------------------------------- @@ -21,11 +21,11 @@

***Important***: From 2017-11-19 onwards python-mode uses submodules instead of -hard coding 3rd party libraries into its codebase. Please issue the command: -`git submodule update --init --recursive` +hard coding 3rd party libraries into its codebase. Please issue the command: +`git submodule update --init --recursive` inside your python-mode folder. -If you are a new user please clone the repos using the recursive flag: +If you are a new user please clone the repos using the recursive flag: `git clone --recursive https://github.com/python-mode/python-mode` ------------------------------------------------------------------------------- @@ -34,21 +34,21 @@ Python-mode is a Vim plugin that magically converts Vim into a Python IDE. Why Python-mode? -1. **Be more productive**: Pymode saves time by bring all 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 uptodate. +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. 2. **Get smart assistance**: Pymode knows all about your code. We use the best-in-class intellisense code completion, on-the-fly error checking and quick-fixes; easy project navigation and much more. 3. **Use the full power and capabilities of Vim**: Unlike traditional IDEs which can only provide a small subset of Vim functionalities, you can do everything and anything that you can in Vim. -4. **Modular structure**: We attempt to be create Python-mode in the same +4. **Modular structure**: We attempt to create Python-mode with the same principles of python: i.e. have a modular structure, so that as and when better libraries evolve, we can provide you the best experience, while abstracting the details so that you can get back to what you do best. -5. **Written mostly in Python**: 96.1% written in Python. Well we love Python +5. **Written mostly in Python**: 96.1% written in Python. Well, we love Python :) 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. * Go to definition (`g`) * And more, more ... -See a screencast here: +See a screencast here: Another old presentation here: **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 Nevertheless just a refresher on how to submit bugs: -**(From the FAQ)** Start python mode with: -`vim -i NONE -u /debugvimrc.vim` +**(From the FAQ)** Start python mode with: +`vim -i NONE -u /debugvimrc.vim` Reproduce the error and submit your python mode debug file. You can check its -location with `:messages` for something like: -`pymode debug msg 1: Starting debug on: 2017-11-18 16:44:13 with file /tmp/pymode_debug_file.txt`. +location with `:messages` for something like: +`pymode debug msg 1: Starting debug on: 2017-11-18 16:44:13 with file /tmp/pymode_debug_file.txt`. Please submit the entire content of the file along with a reasoning of why the plugin seems broken. @@ -170,7 +170,7 @@ Documentation is available in your vim `:help pymode`. # Bugtracker If you have any suggestions, bug reports or annoyances please report them to -the issue tracker at: +the issue tracker at: # Contributing @@ -183,7 +183,7 @@ The contributing guidelines for this plugin are outlined at Also see the AUTHORS file. -Development of python-mode happens at github: +Development of python-mode happens at github: Please make a pull request to development branch and add yourself to AUTHORS. pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy