Skip to content

Commit 7d2a208

Browse files
committed
Fix another bit of wording that irked me
1 parent ff4f1f1 commit 7d2a208

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

source/discussions/versioning.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,7 @@ or else the querying code should be designed to handle the case where the
208208
attribute is missing [#fallback-to-dist-version]_.
209209

210210
Some projects may need to publish version information for external APIs
211-
that don't meet the requirements for Python distribution package
212-
:ref:`version specifiers <version-specifiers>`. Such projects should
211+
that aren't the version of the module itself. Such projects should
213212
define their own project-specific ways of obtaining the relevant information
214213
at runtime. For example, the standard library's :mod:`ssl` module offers
215214
multiple ways to access the underlying OpenSSL library version::

0 commit comments

Comments
 (0)