File tree Expand file tree Collapse file tree 6 files changed +14
-6
lines changed Expand file tree Collapse file tree 6 files changed +14
-6
lines changed Original file line number Diff line number Diff line change @@ -615,9 +615,9 @@ observed that objects of some classes can be added. Is this true for
615615 In [3]: b = Polynomial((1,))
616616
617617 In [4]: a + b
618- ---------------------------------------------------------------------------
619- TypeError Traceback (most recent call last)
620- <ipython-input-4-bd58363a63fc> in <module>
618+ --------------------------------------------------------------------------
619+ TypeError Traceback (most recent call last)
620+ Cell In [4], line 1
621621 ----> 1 a + b
622622
623623 TypeError: unsupported operand type(s) for +: 'Polynomial' and 'Polynomial'
Original file line number Diff line number Diff line change @@ -12,6 +12,14 @@ fibonacci.fibonacci module
1212 :undoc-members:
1313 :show-inheritance:
1414
15+ fibonacci.typesafe\_ fibonacci module
16+ ------------------------------------
17+
18+ .. automodule :: fibonacci.typesafe_fibonacci
19+ :members:
20+ :undoc-members:
21+ :show-inheritance:
22+
1523Module contents
1624---------------
1725
Original file line number Diff line number Diff line change 2828 .. image :: images/cover.png
2929 :width: 10em
3030 :align: right
31- :target: https://www.amazon.co.uk/dp/B09NR9R9P3
31+ :target: https://www.amazon.co.uk/dp/B0BRM69HKH
3232
3333 The complete book text is available on this website. However, if you'd
3434 like to have a physical copy, then please `buy the book
35- <https://www.amazon.co.uk/dp/B09NR9R9P3 > `__.
35+ <https://www.amazon.co.uk/dp/B0BRM69HKH > `__.
3636
3737.. container :: preface
3838
Original file line number Diff line number Diff line change 1- Subproject commit f73a6456b63143502cb86bbd7eeef38e676f9f00
1+ Subproject commit fbded33d181d433fb6aea7ad5ff7af7247e93a37
You can’t perform that action at this time.
0 commit comments