Update interactive.rst

Remove space as content may not start or end with whitespace http://sphinx-doc.org/rest.html#rst-primer
This commit is contained in:
Jacek Laskowski 2013-09-25 02:36:58 +02:00 committed by Mark Harrah
parent ce348c4aea
commit d9a12333c5
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ The default keybindings file is included in the sbt launcher and may be used as
shellPrompt := { (s: State) => System.getProperty("user.name") + "> " }
By default, sbt only displays `> ` to prompt for a command.
By default, sbt only displays `>` to prompt for a command.
This can be changed through the `shellPrompt` setting, which has type `State => String`.
:doc:`State </Extending/Build-State>` contains all state for sbt and thus provides access to all build information for use in the prompt string.