summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Albrecht <albrecht.andi@gmail.com>2019-05-26 16:56:17 +0200
committerAndi Albrecht <albrecht.andi@gmail.com>2019-05-26 16:56:17 +0200
commit001c4455da8a24e88725a312399b94a889128e5a (patch)
tree14f993ad0e0abebaa442c2239af35cf2f2a4f556
parent670c340cb0274da997534a93a28d10589aade711 (diff)
downloadsqlparse-001c4455da8a24e88725a312399b94a889128e5a.tar.gz
Remove markup that github doesn't understand.
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 3fad252..8de0f68 100644
--- a/README.rst
+++ b/README.rst
@@ -6,7 +6,7 @@ python-sqlparse - Parse SQL statements
.. docincludebegin
-:mod:`sqlparse` is a non-validating SQL parser for Python.
+sqlparse is a non-validating SQL parser for Python.
It provides support for parsing, splitting and formatting SQL statements.
The module is compatible with Python 2.7 and Python 3 (>= 3.4)