Skip to content

Commit

Permalink
Minor updates to docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
dgilland committed Oct 29, 2020
1 parent 764adc0 commit fa2a1ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Ready to contribute? Here's how to set up ``fnc`` for local development.
8. Commit your changes and push your branch to GitHub::

$ git add .
$ git commit -m "<Detailed description of your changes.>"
$ git commit -m "<Detailed description of your changes>"
$ git push origin name-of-your-bugfix-or-feature-branch

9. Submit a pull request through GitHub.
Expand All @@ -97,4 +97,4 @@ Pull Request Guidelines
Before you submit a pull request, check that it meets these guidelines:

1. The pull request should include tests.
2. The pull request should work for all versions Python that this project supports. Check https://travis-ci.org/dgilland/fnc/pull_requests and make sure that the all environments pass.
2. The pull request should work for all versions Python that this project supports.
2 changes: 1 addition & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Installation
============

fnc requires Python >= 3.4.
fnc requires Python >= 3.6.

To install from `PyPI <https://pypi.org/project/fnc/>`_:

Expand Down

0 comments on commit fa2a1ab

Please sign in to comment.