We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e691f9 commit 8d9e3c1Copy full SHA for 8d9e3c1
Doc/whatsnew/3.15.rst
@@ -225,7 +225,7 @@ Other language changes
225
226
* Python now uses UTF-8_ as the default encoding, independent of the system's
227
environment. This means that I/O operations without an explicit encoding,
228
- e.g. ``open('flying-circus.txt')``, will use UTF-8.
+ for example, ``open('flying-circus.txt')``, will use UTF-8.
229
UTF-8 is a widely-supported Unicode_ character encoding that has become a
230
*de facto* standard for representing text, including nearly every webpage
231
on the internet, many common file formats, programming languages, and more.
0 commit comments