Doc: devmode: add -Xdev option to example (#106253)

This commit is contained in:
Simone Rubino 2023-07-16 09:29:58 +02:00 committed by GitHub
parent c02ee45031
commit 83bd568d2b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -198,7 +198,7 @@ descriptor" error when finalizing the file object:
.. code-block:: shell-session
$ python script.py
$ python -X dev script.py
import os
script.py:10: ResourceWarning: unclosed file <_io.TextIOWrapper name='script.py' mode='r' encoding='UTF-8'>
main()