Skip to content

Commit 3bdb24a

Browse files
committed
Minor typo fixes, bump version number to 0.9.1
1 parent c1a2941 commit 3bdb24a

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

core/lnp.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
from .json_config import JSONConfiguration
1111

12-
VERSION = '0.9'
12+
VERSION = '0.9.1'
1313

1414
lnp = None
1515
class PyLNP(object):

readme.rst

+6-5
Original file line numberDiff line numberDiff line change
@@ -86,16 +86,17 @@ environments and window managers:
8686

8787
For other setups, the script will attempt a fallback, but it is not guaranteed
8888
to work. If it does not work for you, you can configure an alternate command
89-
using File > Configure terminal. As an example, xterm requires the following
90-
syntax::
89+
using File > Configure terminal. For example, if your terminal can be spawned
90+
using:
9191

92-
xterm -e <command>
92+
term -e <command>
9393

94-
When entering this, only put ``xterm -e`` - the command will be automatically
94+
then you should write this as ``term -e`` - the command will be automatically
9595
appended. If you need the command to be placed elsewhere, use ``$`` as a
9696
placeholder for the command.
9797

98-
It may also be necessary to use ``nohup`` with the command, e.g. ``nohup xterm
98+
Depending on your choice of terminal, desktop environment, etc., it may also be
99+
necessary to use ``nohup`` with the command, e.g. ``nohup term
99100
-e``.
100101

101102
To verify if your command works as intended, launch Dwarf Fortress with DFHack

tkgui/tkgui.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -362,8 +362,8 @@ def configure_terminal():
362362
"Terminal", "When using DFHack, PyLNP must be able to spawn an "
363363
"independent terminal.\nThis is normally done using a shell "
364364
"script, xdg-terminal.\nIf this doesn't work for you, you can "
365-
"provide an alternate command to do this here.\nUse $ as a"
366-
"placeholder for the command to run inside the terminal; if"
365+
"provide an alternate command to do this here.\nUse $ as a "
366+
"placeholder for the command to run inside the terminal; if "
367367
"omitted, the command will simply be appended.\n"
368368
"To use the default script, leave this blank.\n"
369369
"See the PyLNP readme for more information.",

0 commit comments

Comments
 (0)