summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorChris Rose <offby1@offby1.net>2021-03-24 08:41:08 -0700
committerGitHub <noreply@github.com>2021-03-24 10:41:08 -0500
commitaa7a8056bbf03d2c7e803c14550dc551c5754b31 (patch)
tree65113adafcbc6ee0af32c8c986339bc425f03135 /docs
parent3513aae3ed1c58670de110eaf71e6f21c330416c (diff)
fix: Add a missing ' ' to the end of the python prompt (#2248)
Co-authored-by: Chris Rose <offline@offby1.net>
Diffstat (limited to 'docs')
-rw-r--r--docs/config/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/config/README.md b/docs/config/README.md
index 93019fc6a..a3b708a06 100644
--- a/docs/config/README.md
+++ b/docs/config/README.md
@@ -2128,7 +2128,7 @@ By default the module will be shown if any of the following conditions are met:
| Option | Default | Description |
| -------------------- | ------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------- |
-| `format` | `'via [${symbol}${pyenv_prefix}(${version} )(\($virtualenv\))]($style)'` | The format for the module. |
+| `format` | `'via [${symbol}${pyenv_prefix}(${version} )(\($virtualenv\) )]($style)'` | The format for the module. |
| `symbol` | `"🐍 "` | A format string representing the symbol of Python |
| `style` | `"yellow bold"` | The style for the module. |
| `pyenv_version_name` | `false` | Use pyenv to get Python version |