[
https://issues.apache.org/jira/browse/THRIFT-502?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Reiss resolved THRIFT-502.
--------------------------------
Resolution: Fixed
r774605 (It looks like site revisions don't appear in the "all" tab). Anyone
remember how to push this out?
> typo on incubator page in python client example
> -----------------------------------------------
>
> Key: THRIFT-502
> URL: https://issues.apache.org/jira/browse/THRIFT-502
> Project: Thrift
> Issue Type: Bug
> Environment: web page error
> Reporter: mike edmister
> Priority: Minor
>
> # Use the service we already defined
> service = UserStorage.client(protocol)
> service.store(up)
> should have Client with a capital C:
> # Use the service we already defined
> service = UserStorage.Client(protocol)
> service.store(up)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.