Skip to content

Commit bc3feb4

Browse files
committed
Merge pull request python-quantities#84 from anadrome/patch-1
Remove an obsolete comment
2 parents 6031380 + 66e7d91 commit bc3feb4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

quantities/markup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ def __init__(self):
3232
superscripts = ['⁰', '¹', '²', '³', '⁴', '⁵', '⁶', '⁷', '⁸', '⁹']
3333

3434
def superscript(val):
35-
# TODO: use a regexp:
3635
items = re.split(r'\*{2}([\d]+)(?!\.)', val)
3736
ret = []
3837
while items:

0 commit comments

Comments
 (0)