Add notice about timeout to documentation.

This commit is contained in:
Dima Kukushkin
2012-08-25 23:40:48 +04:00
parent 6515629975
commit 7186391d9c
+1
View File
@@ -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
----------