Skip to content

Commit 960ae61

Browse files
Fix grammar
1 parent 77bca16 commit 960ae61

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/usethis/_tool/config.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,10 @@ class ConfigEntry(BaseModel):
7575
7676
Attributes:
7777
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.
78+
get_value: A callable returning the default value to be placed at the key
79+
sequence. By default, no configuration will be added, which is most
80+
appropriate for top-level configuration sections like [tool.usethis]
81+
under which the entire tool's config gets placed.
8282
"""
8383

8484
keys: list[Key]

0 commit comments

Comments
 (0)