We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77bca16 commit 960ae61Copy full SHA for 960ae61
1 file changed
src/usethis/_tool/config.py
@@ -75,10 +75,10 @@ class ConfigEntry(BaseModel):
75
76
Attributes:
77
keys: A sequentially nested sequence of keys giving a single configuration item.
78
- get_value: A callable returning the default value to be placed at the under the
79
- key sequence. By default, no configuration will be added, which is
80
- most appropriate for top-level configuration sections like
81
- [tool.usethis] under which the entire tool's config gets placed.
+ get_value: A callable returning the default value to be placed at the key
+ sequence. By default, no configuration will be added, which is most
+ appropriate for top-level configuration sections like [tool.usethis]
+ under which the entire tool's config gets placed.
82
"""
83
84
keys: list[Key]
0 commit comments