A minor rendering fix.
This commit is contained in:
parent
82e7688a22
commit
e102adf1e3
|
@ -90,7 +90,7 @@ can have various values:
|
||||||
* ``PYTHONBREAKPOINT=0`` disables debugging. Specifically, with this value
|
* ``PYTHONBREAKPOINT=0`` disables debugging. Specifically, with this value
|
||||||
``sys.breakpointhook()`` returns ``None`` immediately.
|
``sys.breakpointhook()`` returns ``None`` immediately.
|
||||||
|
|
||||||
* ``PYTHONBREAKPOINT= `` (i.e. the empty string). This is the same as not
|
* ``PYTHONBREAKPOINT=`` (i.e. the empty string). This is the same as not
|
||||||
setting the environment variable at all, in which case ``pdb.set_trace()``
|
setting the environment variable at all, in which case ``pdb.set_trace()``
|
||||||
is run as usual.
|
is run as usual.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue