File: getting_started.py

package info (click to toggle)
python-restructuredtext-lint 0.12.2-2~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 204 kB
  • sloc: python: 219; sh: 40; makefile: 33
file content (7 lines) | stat: -rw-r--r-- 131 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
import restructuredtext_lint
errors = restructuredtext_lint.lint("""
Hello World
=======
""")
print errors
print errors[0].message