File tree Expand file tree Collapse file tree 4 files changed +12
-4
lines changed
Expand file tree Collapse file tree 4 files changed +12
-4
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 1- Subproject commit f73a6456b63143502cb86bbd7eeef38e676f9f00
1+ Subproject commit fbded33d181d433fb6aea7ad5ff7af7247e93a37
You can’t perform that action at this time.
0 commit comments