Skip to content

Commit 5961ad0

Browse files
committed
one last merge to bring in.
1 parent 12d3581 commit 5961ad0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

textile/core.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@
5454
except ImportError:
5555
import re
5656
from sys import maxunicode
57-
upper_re_s = "".join([unichr(c) for c in xrange(maxunicode) if
58-
unichr(c).isupper()])
57+
upper_re_s = "".join([unichr(c) for c in
58+
xrange(maxunicode) if unichr(c).isupper()])
5959

6060

6161
def _normalize_newlines(string):

0 commit comments

Comments
 (0)