Skip to content

Commit

Permalink
Remove warning in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ichard26 committed Jan 24, 2025
1 parent ef986d2 commit 54e24d0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docs/html/reference/requirements-file-format.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,6 @@ The default encoding for requirement files is `UTF-8` unless a different
encoding is specified using a {pep}`263` style comment (e.g. `# -*- coding:
<encoding name> -*-`).

```{warning}
pip will fallback to the locale defined encoding if `UTF-8` decoding fails. This is a quirk
of pip's parser. This behaviour is *deprecated* and should not be relied upon.
```

### Line continuations

A line ending in an unescaped `\` is treated as a line continuation
Expand Down

0 comments on commit 54e24d0

Please sign in to comment.