Skip to content

Commit

Permalink
Update environ.py: doc microfix (xonsh#5346)
Browse files Browse the repository at this point in the history
Update environ.py
  • Loading branch information
anki-code authored Apr 19, 2024
1 parent 2419eaa commit 8ff5079
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions xonsh/environ.py
Original file line number Diff line number Diff line change
Expand Up @@ -865,12 +865,12 @@ class GeneralSetting(Xettings):

ENABLE_COMMANDS_CACHE = Var(
default=True,
doc="command names in a directory are cached when enabled.",
doc_default="True"
doc="command names in a directory are cached when enabled. "
"On some platforms it may not be accurate enough"
"(e.g. Windows, Linux save mtime in seconds). "
"setting it to False would disable the caching mechanism "
"Setting it to False would disable the caching mechanism "
"and may slow down the shell",
doc_default="True",
)

HOSTNAME = Var.with_default(
Expand Down

0 comments on commit 8ff5079

Please sign in to comment.