summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Edmund Crosley <timothy.crosley@gmail.com>2023-02-20 22:45:43 -0800
committerGitHub <noreply@github.com>2023-02-20 22:45:43 -0800
commit4114c33f29199c5092a4263c5a2c7397d157990b (patch)
tree6e15eb0d5b27c350f23d901f4b20bc30bcbb170e
parent90aafb837289432d77d13713bfe484a84ab50516 (diff)
parent303c80095d05aa77dd114f74fc3e35d855f2748f (diff)
downloadisort-4114c33f29199c5092a4263c5a2c7397d157990b.tar.gz
Merge pull request #2097 from Klavionik/fix-config-files-docs
Fix a tip block styling in the Config Files section
-rw-r--r--docs/configuration/config_files.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration/config_files.md b/docs/configuration/config_files.md
index 88b8a4ad..df8c1009 100644
--- a/docs/configuration/config_files.md
+++ b/docs/configuration/config_files.md
@@ -115,4 +115,4 @@ directory_root
isort will sort `subdir1/file1` according to the configurations defined in `subdir1/.isort.cfg`, `subdir2/file2` with configurations from `subdir2/pyproject.toml` and `subdir3/file3.py` based on the `setup.cfg` settings.
!!! tip
-You can always confirm exactly what config file was used for a file by running isort with the `--verbose` flag.
+ You can always confirm exactly what config file was used for a file by running isort with the `--verbose` flag.