diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-08-05 20:13:16 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-08-05 20:13:16 +0200 |
commit | 2dcf398b41b198823f058182b4460f83ca217aee (patch) | |
tree | cf3cd416f612757bc7b953e77999423b37744f86 /docs | |
parent | api account fix (diff) | |
download | pyload-2dcf398b41b198823f058182b4460f83ca217aee.tar.xz |
fixes, closed #361
Diffstat (limited to 'docs')
-rw-r--r-- | docs/access_api.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/access_api.rst b/docs/access_api.rst index d70f120c3..c23a409bf 100644 --- a/docs/access_api.rst +++ b/docs/access_api.rst @@ -37,7 +37,7 @@ If every thing went fine you are ready to generate the method stubs, the command $thrift --gen (language) pyload.thrift You find now a directory named :file:`gen-(language)`. For instruction how to use the generated files consider the docs -at the thrift wiki and the examples here http://wiki.apache.org/thrift/ThriftUsage +at the thrift wiki and the examples here http://wiki.apache.org/thrift/ThriftUsage. Example |