From 43e8f817074a0e2e865f4a061ba3956313ebe8e5 Mon Sep 17 00:00:00 2001 From: Sylvain Th?nault Date: Mon, 23 Nov 2009 15:15:26 +0100 Subject: include Dotan Barak spell fixes patch --- man/pylint.1 | 14 +++++++------- man/pyreverse.1 | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'man') diff --git a/man/pylint.1 b/man/pylint.1 index 2f11de9..0d5e8fc 100644 --- a/man/pylint.1 +++ b/man/pylint.1 @@ -82,9 +82,9 @@ Include message's id in output [current: no] .IP "--files-output=" Put messages in a separate file for each module / package specified on the command line instead of printing them on stdout. Reports (if any) will be written in a file name "pylint_global.[txt|html]". [current: no] .IP "--reports=, -r " -Tells wether to display a full report or only the messages [current: yes] +Tells whether to display a full report or only the messages [current: yes] .IP "--evaluation=" -Python expression which should return a note less than 10 (10 is the highest note). You have access to the variables errors warning, statement which respectivly contain the number of errors / warnings messages and the total number of statements analyzed. This is used by the global evaluation report (R0004). [current: 10.0 - ((float(5 * error + warning + refactor + convention) / statement) * 10)] +Python expression which should return a note less than 10 (10 is the highest note). You have access to the variables errors warning, statement which respectively contain the number of errors / warnings messages and the total number of statements analyzed. This is used by the global evaluation report (R0004). [current: 10.0 - ((float(5 * error + warning + refactor + convention) / statement) * 10)] .IP "--comment=" Add a comment according to your evaluation note. This is used by the global evaluation report (R0004). [current: no] .IP "--enable-report=" @@ -146,9 +146,9 @@ Ignore docstrings when computing similarities. [current: yes] .SH TYPECHECK .IP "--ignore-mixin-members=" -Tells wether missing members accessed in mixin class should be ignored. A mixin class is detected if its name ends with "mixin" (case insensitive). [current: yes] +Tells whether missing members accessed in mixin class should be ignored. A mixin class is detected if its name ends with "mixin" (case insensitive). [current: yes] .IP "--ignored-classes=" -List of classes names for which member attributes should not be checked (useful for classes with attributes dynamicaly set). [current: SQLObject] +List of classes names for which member attributes should not be checked (useful for classes with attributes dynamically set). [current: SQLObject] .IP "--zope=" When zope mode is activated, add a predefined set of Zope acquired attributes to generated-members. [current: no] .IP "--generated-members=" @@ -156,7 +156,7 @@ List of members which are set dynamically and missed by pylint inference system, .SH VARIABLES .IP "--init-import=" -Tells wether we should check for unused import in __init__ files. [current: no] +Tells whether we should check for unused import in __init__ files. [current: no] .IP "--dummy-variables-rgx=" A regular expression matching names used for dummy variables (i.e. not used). [current: _|dummy] .IP "--additional-builtins=" @@ -205,7 +205,7 @@ found, it defaults to ~/.pylint.d/ or .pylint.d (in the current working directory) . The current PYLINTHOME is ~/.pylint.d. * PYLINTRC path to the configuration file. If not found, it will use the first -existant file in ~/.pylintrc, /etc/pylintrc. The current PYLINTRC is +existent file in ~/.pylintrc, /etc/pylintrc. The current PYLINTRC is None. .SH OUTPUT @@ -217,7 +217,7 @@ There are 5 kind of message types : * (R) refactor, for bad code smell * (W) warning, for python specific problems * (E) error, for probable bugs in the code - * (F) fatal, if an error occured which prevented pylint from doing further processing. + * (F) fatal, if an error occurred which prevented pylint from doing further processing. .SH SEE ALSO /usr/share/doc/pylint/ diff --git a/man/pyreverse.1 b/man/pyreverse.1 index 8fa24b6..f250dc4 100644 --- a/man/pyreverse.1 +++ b/man/pyreverse.1 @@ -62,7 +62,7 @@ show all ancestors off all classes in [current: none] .IP -s , --show-associated= show associated classes. =1 will only take classes directly related to the classes in the project, while =2 -will also take all classes related to those fecthed by=1. +will also take all classes related to those fetched by=1. .IP -S, --all-associated=[yn] show recursively all associated off all associated classes [current: none] -- cgit v1.2.1