Very minor documentation fixes, updated logo

This commit is contained in:
Wenzel Jakob
2016-01-17 22:36:36 +01:00
parent f4671f6a04
commit 6eb11da94a
9 changed files with 22 additions and 15 deletions

View File

@@ -240,10 +240,10 @@ The overload signatures are also visible in the method's docstring:
| Methods defined here:
|
| __init__(...)
| Signature : (Pet, str, int32_t) -> None
| Signature : (Pet, str, int) -> None
|
| set(...)
| 1. Signature : (Pet, int32_t) -> None
| 1. Signature : (Pet, int) -> None
|
| Set the pet's age
|