summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorfoobarbyte <61650320+foobarbyte@users.noreply.github.com>2021-07-20 09:14:45 +0000
committerGitHub <noreply@github.com>2021-07-20 18:14:45 +0900
commitc1c3873c89503118b1ce34e71e2fa47ebe6631e5 (patch)
treefeebea71d35e63968a6abc6d7d25f3ace394daf5 /doc
parent651038b6017c2d2bd7027076ff2838e7cc4a078e (diff)
downloadale-c1c3873c89503118b1ce34e71e2fa47ebe6631e5.zip
Correct typo in python config filenames (#3826)
* Correct typo in a config file filename. .tool_versions should be .tool-versions * Correct typo in config file names. .tool_versions should be .tool-versions
Diffstat (limited to 'doc')
-rw-r--r--doc/ale-python.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ale-python.txt b/doc/ale-python.txt
index 21dee657..7d390d54 100644
--- a/doc/ale-python.txt
+++ b/doc/ale-python.txt
@@ -38,7 +38,7 @@ ALE will look for configuration files with the following filenames. >
Pipfile.lock
poetry.lock
pyproject.toml
- .tool_versions
+ .tool-versions
<
The first directory containing any of the files named above will be used.