Skip to content

Commit df65f98

Browse files
authored
README f-strings LE
1 parent 2b951d8 commit df65f98

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

python-312/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ Once you have 3.12 installed, open any file from the `f-string/` folder. Uncomme
125125
For example, go ahead and run the following command:
126126

127127
```console
128-
$ python backslaches.py
128+
$ python backslashes.py
129129
Hello
130130
World!
131131
I
@@ -134,7 +134,7 @@ a
134134
Pythonista!
135135
```
136136

137-
This example shows how the new implementation of f-strings allows you to include backslashes in embedded expressions. This was a limitation of f-strings till Python 3.11.
137+
In this example, you can see how the new implementation of f-strings allows you to include backslashes in embedded expressions. This wasn't possible with f-strings in earlier versions of Python.
138138

139139
## Authors
140140

0 commit comments

Comments
 (0)