Python3 spacing
svn: r23466
This commit is contained in:
parent
17ac22d959
commit
cdbcbd1446
@ -667,7 +667,7 @@ class GtkDocParagraph(GtkDocBaseElement):
|
||||
while pos < index:
|
||||
if realpos >= len(oldtext):
|
||||
break
|
||||
char = oldtext[realpos]
|
||||
char = oldtext[realpos]
|
||||
if char == '<' and oldtext[realpos+1] != '/':
|
||||
# a markup starts
|
||||
end = realpos + oldtext[realpos:].find('>') + 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user