diff options
author | William S Fulton <wsf@fultondesigns.co.uk> | 2015-07-29 18:57:09 +0100 |
---|---|---|
committer | William S Fulton <wsf@fultondesigns.co.uk> | 2015-07-30 08:26:17 +0100 |
commit | e69cc0c0f5dbd8c7950dcdd466aa504f8bbc9a9b (patch) | |
tree | 8e155fc9fccfb060f707c0e16d481bd0535a3435 /Examples/test-suite/errors/swig_pythoncode_bad2.stderr | |
parent | a779f9bbc1aebb832663442a53dc70398858a310 (diff) | |
download | swig-docstring-indentation.tar.gz |
Improve python code indentation warning / error messagesdocstring-indentation
Diffstat (limited to 'Examples/test-suite/errors/swig_pythoncode_bad2.stderr')
-rw-r--r-- | Examples/test-suite/errors/swig_pythoncode_bad2.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/test-suite/errors/swig_pythoncode_bad2.stderr b/Examples/test-suite/errors/swig_pythoncode_bad2.stderr index 48ad77e51..4fce40444 100644 --- a/Examples/test-suite/errors/swig_pythoncode_bad2.stderr +++ b/Examples/test-suite/errors/swig_pythoncode_bad2.stderr @@ -1 +1 @@ -swig_pythoncode_bad2.i:13: Error: Line indented less than expected (line 3 of pythoncode) +swig_pythoncode_bad2.i:13: Error: Line indented less than expected (line 3 of %pythoncode or %insert("python") block) as no line should be indented less than the indentation in line 1 |