From e102adf1e3300979e8c4e839ee0b0967506c677f Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Sun, 17 Sep 2017 13:43:29 -0400 Subject: [PATCH] A minor rendering fix. --- pep-0553.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pep-0553.rst b/pep-0553.rst index 9e2bca995..3793cd567 100644 --- a/pep-0553.rst +++ b/pep-0553.rst @@ -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.