Correct type of -> or
parent
b28db2783f
commit
6a62bc3076
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ its attribute named `callable` will be used as a factory callable. If `module`
|
||||||
is omitted, then `__main__` is used. Any other parameter aside from `factory` or
|
is omitted, then `__main__` is used. Any other parameter aside from `factory` or
|
||||||
`type` will be passed directly to the callable as keyword arguments. Note that
|
`type` will be passed directly to the callable as keyword arguments. Note that
|
||||||
these will always be passed as strings even if the parameter can be parsed as an
|
these will always be passed as strings even if the parameter can be parsed as an
|
||||||
integer of floating point value.
|
integer or floating point value.
|
||||||
|
|
||||||
The callable should return an object with the following required attributes:
|
The callable should return an object with the following required attributes:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue