Skip to content

Commit 7964d75

Browse files
authored
Merge 3c68d83 into eff1aa4
2 parents eff1aa4 + 3c68d83 commit 7964d75

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

source/characterProcessing.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# A part of NonVisual Desktop Access (NVDA)
22
# Copyright (C) 2010-2022 NV Access Limited, World Light Information Limited,
3-
# Hong Kong Blind Union, Babbage B.V., Julien Cochuyt
3+
# Hong Kong Blind Union, Babbage B.V., Julien Cochuyt, Cyrille Bougot
44
# This file is covered by the GNU General Public License.
55
# See the file COPYING for more details.
66

@@ -578,7 +578,7 @@ def _regexpRepl(self, m):
578578
text = m.group()
579579
symbol = self.computedSymbols[text[0]]
580580
if self._level >= symbol.level:
581-
return u" {count} {char} ".format(count=len(text), char=symbol.replacement)
581+
return " {count} {char} ".format(count=len(text), char=symbol.replacement)
582582
else:
583583
return " "
584584

0 commit comments

Comments
 (0)