commit | 6eb11da94af1b605a57775017b87371448c05b95 | [log] [tgz] |
---|---|---|
author | Wenzel Jakob <wenzel@inf.ethz.ch> | Sun Jan 17 22:36:36 2016 +0100 |
committer | Wenzel Jakob <wenzel@inf.ethz.ch> | Sun Jan 17 22:31:15 2016 +0100 |
tree | bb69b3d098b3831d431c47437b3cc0b2d86fa626 | |
parent | f4671f6a04dc35909d534ee6f55c9b8a2edfa4dc [diff] [blame] |
Very minor documentation fixes, updated logo
diff --git a/docs/classes.rst b/docs/classes.rst index 9fc6974..81621bd 100644 --- a/docs/classes.rst +++ b/docs/classes.rst
@@ -240,10 +240,10 @@ | 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 |