From 9572b28fd74e356f560b49915c67ab6b4a41854a Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Tue, 2 Jan 2018 12:51:54 +1100 Subject: [PATCH] Changed documentation references to 2.x to 2.7 [ci skip] --- .github/CONTRIBUTING.md | 2 +- docs/installation.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 5e467c4b1..6c6e9b612 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -9,7 +9,7 @@ Please send a pull request to the master branch. Please include [documentation]( - Fork the Pillow repository. - Create a branch from master. - Develop bug fixes, features, tests, etc. -- Run the test suite on both Python 2.x and 3.x. You can enable [Travis CI](https://travis-ci.org/profile/) and [AppVeyor](https://ci.appveyor.com/projects/new) on your repo to catch test failures prior to the pull request, and [Coveralls](https://coveralls.io/repos/new) to see if the changed code is covered by tests. +- Run the test suite on Python 2.7 and 3.x. You can enable [Travis CI](https://travis-ci.org/profile/) and [AppVeyor](https://ci.appveyor.com/projects/new) on your repo to catch test failures prior to the pull request, and [Coveralls](https://coveralls.io/repos/new) to see if the changed code is covered by tests. - Create a pull request to pull the changes from your branch to the Pillow master. ### Guidelines diff --git a/docs/installation.rst b/docs/installation.rst index 893ed3556..f1877f6db 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -88,7 +88,7 @@ Pillow can be installed on FreeBSD via the official Ports or Packages systems: The `Pillow FreeBSD port `_ and packages are tested by the ports team with all supported FreeBSD versions - and against Python 2.x and 3.x. + and against Python 2.7 and 3.x. Building From Source