From bf134019b745134d70db9e2d031d2fd9fcf9c28e Mon Sep 17 00:00:00 2001 From: Sylvain Bellemare Date: Sun, 8 Mar 2015 04:10:52 +0100 Subject: [PATCH] fixed typo --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index ff0d439e..a70319e6 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ This is a Python (2 and 3) library to access the `Github API v3 `_. With it, you can manage `Github `_ resources (repositories, user profiles, organizations, etc.) from Python scripts. -It covers almost the full API (see "What's missing" bellow), and all methods are tested against the real Github site. +It covers almost the full API (see "What's missing" below), and all methods are tested against the real Github site. Should you have any question, any remark, or if you find a bug, or if there is something you can do with the API but not with PyGithub, please `open an issue `_.