Skip to content

Commit 9b10929

Browse files
committed
Update Contributing-code.md - test code with Python 2 and Python 3
1 parent 3113b05 commit 9b10929

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/Contributing-code.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ hello_world.py, tutorial.py and screenshot.py examples is an absolute
5353
minimum that you must do. Please try also testing examples for
5454
various GUI frameworks.
5555

56-
Pure Python code should be tested using multiple Python versions. See
57-
[Issue #249](../../../issue/249) ("How to use pyenv to manage multiple
58-
Python versions on Ubuntu/Mac").
56+
Pure Python code should be tested using multiple Python versions
57+
(Python 2 and Python 3 at least). See [Issue #249](../../../issue/249)
58+
("How to use pyenv to manage multiple Python versions on Ubuntu/Mac").
5959

6060

6161
## API docs

0 commit comments

Comments
 (0)