Skip to content

Commit 3a29276

Browse files
committed
Fix fallout from tab removal.
1 parent 15e01b9 commit 3a29276

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pdoc/templates/html.mako

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
5757
def mark(s, linky=True):
5858
if linky:
59-
s, _ = re.subn('\b\n\b', ' ', s)
59+
s, _ = re.subn('\b\n\b', ' ', s)
6060
if not module_list:
6161
s, _ = re.subn('`[^`]+`', linkify, s)
6262

0 commit comments

Comments
 (0)