Skip to content

Commit 39ed26a

Browse files
doc: fix grammar error i.e. -> e.g. (#13586)
The list is probably not exhaustive hence e.g. should be used not I.e.
1 parent c5a75f2 commit 39ed26a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/en/how-to/assert.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ Note that you still get the benefits of assertion introspection, the only change
556556
the ``.pyc`` files won't be cached on disk.
557557

558558
Additionally, rewriting will silently skip caching if it cannot write new ``.pyc`` files,
559-
i.e. in a read-only filesystem or a zipfile.
559+
e.g. in a read-only filesystem or a zipfile.
560560

561561

562562
Disabling assert rewriting

0 commit comments

Comments
 (0)