We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a618caa commit dc38b17Copy full SHA for dc38b17
docs/source/index.rst
@@ -52,7 +52,7 @@ If you'd like your library to be detected by ``sniffio``, it's pretty
52
easy.
53
54
**Step 1:** Pick the magic string that will identify your library. To
55
-avoid collisions, this should match your library's name on PyPI.
+avoid collisions, this should match your library's PEP 503 normalized name on PyPI.
56
57
**Step 2:** There's a special :class:`threading.local` object:
58
0 commit comments