summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lee <IanLee1521@gmail.com>2014-12-13 14:54:21 -0800
committerIan Lee <IanLee1521@gmail.com>2014-12-13 14:54:21 -0800
commit60ad926de0a3fdf1be534958d98debc88bc412f5 (patch)
tree3822f4b6b952482bc214c5c25a4e9aa46b5a74fd
parentfdfa80fbc074707b3ee4fcbefaa6c9f741c3ca02 (diff)
downloadpep8-60ad926de0a3fdf1be534958d98debc88bc412f5.tar.gz
Dont need to make a sphinx table header explicitly bold
-rw-r--r--docs/intro.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/intro.rst b/docs/intro.rst
index 59c42ab..7d05cd8 100644
--- a/docs/intro.rst
+++ b/docs/intro.rst
@@ -125,7 +125,7 @@ You can also make pep8.py show the error text in different formats by using --fo
Variables in the ``custom`` format option
+----------------+------------------+
-| **Variable** | **Significance** |
+| Variable | Significance |
+================+==================+
| ``path`` | File name |
+----------------+------------------+
@@ -185,7 +185,7 @@ Configuration
The behaviour may be configured at two levels.
-The user settings are read from the ``~/.config/pep8`` file and
+The user settings are read from the ``~/.config/pep8`` file and
for Windows from the ``~\.pep8`` file.
Example::