From 7186391d9cbc47a8f1ea12e9bc34f3e36bc66ecd Mon Sep 17 00:00:00 2001 From: Dima Kukushkin Date: Sat, 25 Aug 2012 23:40:48 +0400 Subject: [PATCH] Add notice about timeout to documentation. --- doc/ReferenceOfClasses.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/ReferenceOfClasses.md b/doc/ReferenceOfClasses.md index dad3e8db..010d7b84 100644 --- a/doc/ReferenceOfClasses.md +++ b/doc/ReferenceOfClasses.md @@ -18,6 +18,7 @@ Constructed from user's login and password or OAuth token or nothing: g = Github() You can add an argument `base_url = "http://my.enterprise.com:8080/path/to/github"` to connect to a local install of Github (ie. Github Enterprise). +Another argument, that can be passed is `timeout` which has default value `10`. Attributes ----------