Skip to content

Commit

Permalink
Fix typo in entry point docs (#9491)
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb authored Nov 28, 2024
1 parent 201dfef commit be651ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/concepts/projects/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@ for plugin in entry_points(group='example.plugins'):

!!! note

The `group` key can be an arbitrary value, it does need to include the package name or
"plugins". However, is recommended to namespace the key by the package name to avoid collisions
with other packages.
The `group` key can be an arbitrary value, it does not need to include the package name or
"plugins". However, it is recommended to namespace the key by the package name to avoid
collisions with other packages.

## Build systems

Expand Down

0 comments on commit be651ed

Please sign in to comment.