Skip to content

Commit 8d9e3c1

Browse files
committed
e.g. -> for example
1 parent 3e691f9 commit 8d9e3c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/whatsnew/3.15.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ Other language changes
225225

226226
* Python now uses UTF-8_ as the default encoding, independent of the system's
227227
environment. This means that I/O operations without an explicit encoding,
228-
e.g. ``open('flying-circus.txt')``, will use UTF-8.
228+
for example, ``open('flying-circus.txt')``, will use UTF-8.
229229
UTF-8 is a widely-supported Unicode_ character encoding that has become a
230230
*de facto* standard for representing text, including nearly every webpage
231231
on the internet, many common file formats, programming languages, and more.

0 commit comments

Comments
 (0)