Fix docs: comment stripping comes _after_ line continuation processing

This commit is contained in:
Andy Kluger 2020-02-24 15:19:57 -05:00
parent ea47be571e
commit 42814f0124
2 changed files with 1 additions and 1 deletions

View File

@ -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.