Features/Sugar3 Docs: Difference between revisions
No edit summary |
→Example Docstring: Example doc string should have correct format |
||
| Line 56: | Line 56: | ||
that you can invoke using the **kwargs | that you can invoke using the **kwargs | ||
c (int): desctiption of c | c (int): desctiption of c | ||
d ( | d (sugar3.graphics.alert.Alert): remember to link | ||
classes using the correct syntax | classes using the correct syntax | ||
| Line 74: | Line 74: | ||
Args: | Args: | ||
happy (bool): a description for happy | happy (bool): a description for happy | ||
lol (bool | |||
Keyword Arguments: | |||
lol (bool): a optional argument, explain what | |||
it defaults to | it defaults to | ||