Ticket #67 (closed Defect: wontfix)
In python documentation, parameters of type NoneTypeMetadata are shown as "NoneType or None"
| Reported by: | jjr8 | Owned by: | jjr8 |
|---|---|---|---|
| Priority: | Low | Milestone: | 0.3 |
| Component: | Documentation | Version: | 0.2 |
| Keywords: | Cc: |
Description
For example:
orderByFields
Python type: NoneType or None
This parameter is not supported. Do not provide a value for it.
It should be special cased to say "must be none":
orderByFields
Python type: Must be None
This parameter is not supported. Do not provide a value for it.
Change History
Note: See
TracTickets for help on using
tickets.
