From 2898d8182da79da8ebe238571760006436dfc19d Mon Sep 17 00:00:00 2001 From: David Shah Date: Mon, 11 Nov 2019 09:44:11 +0000 Subject: [PATCH] Fix typo Signed-off-by: David Shah --- python/interactive.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/interactive.py b/python/interactive.py index c8c359f0..a2f09edb 100644 --- a/python/interactive.py +++ b/python/interactive.py @@ -1,5 +1,5 @@ # Pass this file to one of the Python script arguments (e.g. --pre-place interactive.py) -# to drop to an command-line interactive Python session in the middle of place and route +# to drop to a command-line interactive Python session in the middle of place and route import code print("Press Ctrl+D to finish interactive session")