Skip to content

Commit

Permalink
Merge pull request #10687 from pradyunsg/fix-typo
Browse files Browse the repository at this point in the history
Fix a typo related to pygments vendoring
  • Loading branch information
pradyunsg authored Nov 27, 2021
2 parents a800ae2 + 81c7837 commit 9cf35b2
Show file tree
Hide file tree
Showing 2 changed files with 508 additions and 508 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ substitute = [
# pkg_resource's vendored packages are directly vendored in pip.
{ match='pkg_resources\.extern', replace="pip._vendor" },
{ match='from \.extern', replace="from pip._vendor" },
{ match='''\('pygments\.lexers\.''', replace="('pip._vendor.pygments.lexer." },
{ match='''\('pygments\.lexers\.''', replace="('pip._vendor.pygments.lexers." },
]
drop = [
# contains unnecessary scripts
Expand Down
Loading

0 comments on commit 9cf35b2

Please sign in to comment.