Skip to content

Commit

Permalink
Capitalize a raw string prefix
Browse files Browse the repository at this point in the history
This ensures that the string is not highlighted as a regular expression,
on editors that do that (eg: Visual Studio Code).
  • Loading branch information
pradyunsg committed Jun 17, 2022
1 parent fb4cf89 commit 6b676ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/test_build_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ def test_build_env_isolation(script: PipTestEnvironment) -> None:
run_with_build_env(
script,
"",
r"""
R"""
from distutils.sysconfig import get_python_lib
import sys
Expand Down

0 comments on commit 6b676ef

Please sign in to comment.