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.