docs: fix linebreak in playground

improve-workflow
Meng Zhang 2023-06-08 00:36:15 -07:00
parent eb756bdb4c
commit 5870f8e868
1 changed files with 1 additions and 1 deletions

View File

@ -31,4 +31,4 @@ def parse_expenses(expenses_string):
2016-01-03 2.59 DKK
2016-01-03 -2.72 EUR
"""
for line in expenses_string.split('\n'):`
for line in expenses_string.split('\\n'):`