Skip to content

Commit 9cf35b2

Browse files
authored
Merge pull request #10687 from pradyunsg/fix-typo
Fix a typo related to pygments vendoring
2 parents a800ae2 + 81c7837 commit 9cf35b2

File tree

2 files changed

+508
-508
lines changed

2 files changed

+508
-508
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ substitute = [
3939
# pkg_resource's vendored packages are directly vendored in pip.
4040
{ match='pkg_resources\.extern', replace="pip._vendor" },
4141
{ match='from \.extern', replace="from pip._vendor" },
42-
{ match='''\('pygments\.lexers\.''', replace="('pip._vendor.pygments.lexer." },
42+
{ match='''\('pygments\.lexers\.''', replace="('pip._vendor.pygments.lexers." },
4343
]
4444
drop = [
4545
# contains unnecessary scripts

0 commit comments

Comments
 (0)