# Feature or enhancement Right now it is: ```python >>> ft'a' File "<python-input-3>", line 1 ft'a' ^^^ SyntaxError: invalid syntax ``` I propose: ```python >>> ft'a' File "<python-input-3>", line 1 ft'a' ^^^ SyntaxError: can't use both "f" and "t" prefixes for strings at the same time ``` cc @lysnikolaou I am working on the issue :) <!-- gh-linked-prs --> ### Linked PRs * gh-133202 * gh-133242 <!-- /gh-linked-prs -->
Feature or enhancement
Right now it is:
I propose:
cc @lysnikolaou
I am working on the issue :)
Linked PRs
ft""andbt""cases #133202