PEP 690: Fix omission of `-L` in example (#2582)
This commit is contained in:
parent
67baf51326
commit
5df9e7c829
|
@ -166,7 +166,7 @@ will be enough to trigger the import of ``spam.py``::
|
||||||
print("imports done")
|
print("imports done")
|
||||||
spam
|
spam
|
||||||
|
|
||||||
Now if we run ``python eggs.py``, we will see the output ``"imports done"``
|
Now if we run ``python -L eggs.py``, we will see the output ``"imports done"``
|
||||||
printed first, then a 10 second delay, and then ``"spam loaded"`` printed after
|
printed first, then a 10 second delay, and then ``"spam loaded"`` printed after
|
||||||
that.
|
that.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue