Skip to content

Commit

Permalink
Update version information in api.rst.
Browse files Browse the repository at this point in the history
  • Loading branch information
pyprism authored and martey committed May 22, 2016
1 parent f3b8d5c commit f490bdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ You can read more about `Facebook's Graph API here`_.
* ``timeout`` - A ``float`` describing (in seconds) how long the client will be
waiting for a response from Facebook's servers. `See more here`_.
* ``version`` - A ``string`` describing the `version of Facebook's Graph API to
use`_. Valid API versions are ``2.0``, ``2.1`` and ``2.2``. The
use`_. Valid API versions are ``2.0``, ``2.1``, ``2.2``, ``2.3``, ``2.4``, ``2.5``, and ``2.6``. The
default version is ``2.0`` and is used if the version keyword argument is not
provided.
* ``proxies`` - A ``dict`` with proxy-settings that Requests should use. `See Requests documentation`_.
Expand Down

0 comments on commit f490bdc

Please sign in to comment.