Skip to content

Commit

Permalink
(documentaion): resolve weak requirement range conflict (#1824)
Browse files Browse the repository at this point in the history
Adjusted weak statement to specify that upper limit also includes patch versions.

Signed-off-by: sarah-kamall <[email protected]>
  • Loading branch information
sarah-kamall committed Nov 12, 2024
1 parent c039654 commit a83c293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/basic_concepts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ of each attribute):
env.PYTHONPATH.append("{root}/python")
env.PATH.append("{root}/bin")
The :attr:`requires` section defines the requirements of the package. The :func:`commands` section describes
The :attr:`requires` section defines the requirements of the package, excluding *any* subsequent patch versions. The :func:`commands` section describes
what happens when this package is added to an environment. Here, the ``bin`` directory in the package
installation is appended to ``PATH``, and similarly the ``python`` subdirectory is appended to
``PYTHONPATH``.
Expand Down

0 comments on commit a83c293

Please sign in to comment.