Author: goodale
Date: Mon Jun 3 20:18:51 2013
New Revision: 1489149
URL: http://svn.apache.org/r1489149
Log:
Minor documentation typo.
Modified:
incubator/climate/trunk/rcmet/src/main/resources/PyLintREADME.txt
Modified: incubator/climate/trunk/rcmet/src/main/resources/PyLintREADME.txt
URL:
http://svn.apache.org/viewvc/incubator/climate/trunk/rcmet/src/main/resources/PyLintREADME.txt?rev=1489149&r1=1489148&r2=1489149&view=diff
==============================================================================
--- incubator/climate/trunk/rcmet/src/main/resources/PyLintREADME.txt (original)
+++ incubator/climate/trunk/rcmet/src/main/resources/PyLintREADME.txt Mon Jun
3 20:18:51 2013
@@ -15,7 +15,7 @@ used with PyLint (http://pypi.python.org
After you have installed pylint follow these directions. Happy linting!
-Assuming you want to lint the metrics.py file within lib/rcmes, do the
following
+Assuming you want to lint the rcmet_ui.py file within the cli module, do the
following
$> cd rcmes/rcmet/src/main/python/rcmes
$> pylint --rcfile=../../resources/pyLintRcFile.txt cli/rcmet_ui.py