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
615
615
In [3]: b = Polynomial((1,))
616
616
617
617
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
621
621
----> 1 a + b
622
622
623
623
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
12
12
:undoc-members:
13
13
:show-inheritance:
14
14
15
+ fibonacci.typesafe\_ fibonacci module
16
+ ------------------------------------
17
+
18
+ .. automodule :: fibonacci.typesafe_fibonacci
19
+ :members:
20
+ :undoc-members:
21
+ :show-inheritance:
22
+
15
23
Module contents
16
24
---------------
17
25
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