A minor rendering fix.

This commit is contained in:
Barry Warsaw 2017-09-17 13:43:29 -04:00
parent 82e7688a22
commit e102adf1e3
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ can have various values:
* ``PYTHONBREAKPOINT=0`` disables debugging. Specifically, with this value
``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()``
is run as usual.