We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 129471f commit 3ef5a9eCopy full SHA for 3ef5a9e
1 file changed
source/specifications/entry-points.rst
@@ -44,7 +44,7 @@ Conceptually, an entry point is defined by three required properties:
44
name, the consumer decides how to handle such conflicts. The name may contain
45
any characters except ``=``, but it cannot start or end with any whitespace
46
character, or start with ``[``. For new entry points, it is recommended to
47
- use only letters, numbers, underscores, dashes and dots (regex ``[\w-.]+``).
+ use only letters, numbers, underscores, dots and dashes (regex ``[\w.-]+``).
48
49
- The **object reference** points to a Python object. It is either in the form
50
``importable.module``, or ``importable.module:object.attr``. Each of the parts
0 commit comments