Merge "Corrected the end statement"

This commit is contained in:
Zuul 2018-08-28 14:12:03 +00:00 committed by Gerrit Code Review
commit e7f80de5c3
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ a breaking point to the code:
import pdb; pdb.set_trace()
..end
.. end
Then run :command:`tox` with the debug environment as one of the following: