diff options
Diffstat (limited to 'tools/lintstack.py')
-rwxr-xr-x | tools/lintstack.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lintstack.py b/tools/lintstack.py index ce9b6f8a6..5c4fb0a3a 100755 --- a/tools/lintstack.py +++ b/tools/lintstack.py @@ -16,7 +16,7 @@ # License for the specific language governing permissions and limitations # under the License. -"""pylint error checking""" +"""pylint error checking.""" import cStringIO as StringIO import json |