Skip to content

Commit

Permalink
Fix doc errors in 3.1 porting guide (ansible#704)
Browse files Browse the repository at this point in the history
(cherry picked from commit 66a9f45)
  • Loading branch information
Shrews committed Aug 26, 2024
1 parent 09f5334 commit cd6676e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/porting_guides/porting_guide_v3.1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ Builder will *expect* the requirements file to be in this format, but it makes t

#. Comments (lines beginning with ``#``) are ignored.
#. Any line from the requirements file that is not compliant with PEP508 causes a warning to be emitted and
the line passed through to ``pip`` unmodified. It is not recommended to depend on this behavior, as we
the line passed through to ``pip`` unmodified. It is not recommended to depend on this behavior, as
it can change suddenly between ``pip`` releases, and can cause other problems with dependency resolution.

The passthrough of non-PEP508 compliant lines may expose issues that were hidden by the,
The passthrough of non-PEP508 compliant lines may expose issues that were hidden by the
version 3.0 dependency sanitizer, which often silently ignored and removed them.

Dependency Sanitization
Expand Down

0 comments on commit cd6676e

Please sign in to comment.