Skip to content

Commit

Permalink
Fix invalid escape in non-raw string (from #1540). (#1553)
Browse files Browse the repository at this point in the history
  • Loading branch information
nriley authored Aug 31, 2024
1 parent 0a4af44 commit 03d3e40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/talon/talon_repl/talon_repl.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from talon import Context, Module

mod = Module()
mod.apps.talon_repl = """
mod.apps.talon_repl = r"""
win.title: /Talon - REPL/
win.title: /.talon\/bin\/repl/
"""
Expand Down

0 comments on commit 03d3e40

Please sign in to comment.