Remove usage of backticks.

This commit is contained in:
Brett Cannon 2006-08-25 02:59:59 +00:00
parent db60d6e2aa
commit 0b70cca9f8
13 changed files with 14 additions and 16 deletions

View file

@ -1138,7 +1138,7 @@ class EditorWindow(object):
if not self.context_use_ps1:
for context in self.num_context_lines:
startat = max(lno - context, 1)
startatindex = `startat` + ".0"
startatindex = repr(startat) + ".0"
rawtext = text.get(startatindex, "insert")
y.set_str(rawtext)
bod = y.find_good_parse_start(