diff options
author | David Shah <dave@ds0.me> | 2019-11-11 09:44:11 +0000 |
---|---|---|
committer | David Shah <dave@ds0.me> | 2019-11-11 09:44:11 +0000 |
commit | 2898d8182da79da8ebe238571760006436dfc19d (patch) | |
tree | d77f782046c57b8e5a08f7bd0d134facdc5913b1 | |
parent | 0cbc25f74aab1c08463e3bdbc5eb62fc4767a802 (diff) | |
download | nextpnr-2898d8182da79da8ebe238571760006436dfc19d.tar.gz nextpnr-2898d8182da79da8ebe238571760006436dfc19d.tar.bz2 nextpnr-2898d8182da79da8ebe238571760006436dfc19d.zip |
Fix typo
Signed-off-by: David Shah <dave@ds0.me>
-rw-r--r-- | python/interactive.py | 2 |
1 files changed, 1 insertions, 1 deletions
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") |