Skip to content

Commit 02f971d

Browse files
authored
swap docstring
1 parent 56e631b commit 02f971d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testing/test_remote.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ def test():
234234

235235

236236
def test_remote_inner_argv(testdir):
237-
"""Work around sys.path differences due to execnet using `python -c`."""
237+
"""Test/document the behavior due to execnet using `python -c`."""
238238
testdir.makepyfile(
239239
"""
240240
import sys
@@ -295,7 +295,7 @@ def test(get_config_parser, request):
295295

296296

297297
def test_remote_sys_path(testdir):
298-
"""Test/document the behavior due to execnet using `python -c`."""
298+
"""Work around sys.path differences due to execnet using `python -c`."""
299299
testdir.makepyfile(
300300
"""
301301
import sys

0 commit comments

Comments
 (0)