Skip to content

Commit

Permalink
Fix docs: comment stripping comes _after_ line continuation processing
Browse files Browse the repository at this point in the history
  • Loading branch information
AndydeCleyre committed Feb 24, 2020
1 parent ea47be5 commit 42814f0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/html/reference/pip_install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ treated as a comment.
A line ending in an unescaped ``\`` is treated as a line continuation
and the newline following it is effectively ignored.

Comments are stripped *before* line continuations are processed.
Comments are stripped *after* line continuations are processed.

To interpret the requirements file in UTF-8 format add a comment
``# -*- coding: utf-8 -*-`` to the first or second line of the file.
Expand Down
Empty file.

0 comments on commit 42814f0

Please sign in to comment.