From d9a12333c5bf470210aea9aeb0073fbb6e3401c3 Mon Sep 17 00:00:00 2001 From: Jacek Laskowski Date: Wed, 25 Sep 2013 02:36:58 +0200 Subject: [PATCH] Update interactive.rst Remove space as content may not start or end with whitespace http://sphinx-doc.org/rest.html#rst-primer --- src/sphinx/Howto/interactive.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sphinx/Howto/interactive.rst b/src/sphinx/Howto/interactive.rst index ecd3d35e0..6e7d0d018 100644 --- a/src/sphinx/Howto/interactive.rst +++ b/src/sphinx/Howto/interactive.rst @@ -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 ` contains all state for sbt and thus provides access to all build information for use in the prompt string.