summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bin/pylint-gui.bat2
-rw-r--r--bin/pylint.bat2
-rw-r--r--bin/pyreverse.bat2
-rw-r--r--bin/symilar.bat2
-rw-r--r--man/pylint.12
5 files changed, 5 insertions, 5 deletions
diff --git a/bin/pylint-gui.bat b/bin/pylint-gui.bat
index 68d552e..b721e5c 100644
--- a/bin/pylint-gui.bat
+++ b/bin/pylint-gui.bat
@@ -3,7 +3,7 @@ rem = """-*-Python-*- script
@echo off
rem -------------------- DOS section --------------------
rem You could set PYTHONPATH or TK environment variables here
-python -x %~f0 %*
+python -x "%~f0" %*
goto exit
"""
diff --git a/bin/pylint.bat b/bin/pylint.bat
index 772735a..6fab01a 100644
--- a/bin/pylint.bat
+++ b/bin/pylint.bat
@@ -2,7 +2,7 @@
rem = """-*-Python-*- script
rem -------------------- DOS section --------------------
rem You could set PYTHONPATH or TK environment variables here
-python -x %~f0 %*
+python -x "%~f0" %*
goto exit
"""
diff --git a/bin/pyreverse.bat b/bin/pyreverse.bat
index 1ef9b84..f131302 100644
--- a/bin/pyreverse.bat
+++ b/bin/pyreverse.bat
@@ -3,7 +3,7 @@ rem = """-*-Python-*- script
@echo off
rem -------------------- DOS section --------------------
rem You could set PYTHONPATH or TK environment variables here
-python -x %~f0 %*
+python -x "%~f0" %*
goto exit
"""
diff --git a/bin/symilar.bat b/bin/symilar.bat
index 5c9bd0e..24e339e 100644
--- a/bin/symilar.bat
+++ b/bin/symilar.bat
@@ -3,7 +3,7 @@ rem = """-*-Python-*- script
@echo off
rem -------------------- DOS section --------------------
rem You could set PYTHONPATH or TK environment variables here
-python -x %~f0 %*
+python -x "%~f0" %*
goto exit
"""
diff --git a/man/pylint.1 b/man/pylint.1
index 5a7696b..ca71c08 100644
--- a/man/pylint.1
+++ b/man/pylint.1
@@ -222,7 +222,7 @@ There are 5 kind of message types :
* (F) fatal, if an error occured which prevented pylint from doing further processing.
.SH SEE ALSO
-/usr/share/doc/pythonX.Y-pylint/
+/usr/share/doc/pylint/
.SH COPYRIGHT
Copyright (c) 2003-2008 Sylvain Thenault (thenault@gmail.com).