summaryrefslogtreecommitdiff
path: root/doc/data/messages/r/redundant-u-string-prefix/bad.py
blob: bae9738a5dc3c4ec78ce4b651e2092b338567bb1 (plain)
1
2
def print_fruit():
    print(u"Apple")  # [redundant-u-string-prefix]