diff --git a/pep-0103.txt b/pep-0103.txt
index ab0c601b942..03aa66ae776 100644
--- a/pep-0103.txt
+++ b/pep-0103.txt
@@ -92,7 +92,7 @@ MacOS X: use git installed with `XCode
install git with `Homebrew `_: ``brew install git``.
`git-cola `_ (`repository
-`_) is a Git GUI written in
+`__) is a Git GUI written in
Python and GPL licensed. Linux, Windows, MacOS X.
`TortoiseGit `_ is a Windows Shell Interface
diff --git a/pep2html.py b/pep2html.py
index ef6aa975d54..25357933484 100755
--- a/pep2html.py
+++ b/pep2html.py
@@ -328,7 +328,7 @@ def fix_rst_pep(inpath, input_lines, outfile):
writer_name='pep_html',
settings=docutils_settings,
# Allow Docutils traceback if there's an exception:
- settings_overrides={'traceback': 1})
+ settings_overrides={'traceback': 1, 'halt_level': 2})
outfile.write(output.decode('utf-8'))