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
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 28
28
.. image :: images/cover.png
29
29
:width: 10em
30
30
:align: right
31
- :target: https://www.amazon.co.uk/dp/B09NR9R9P3
31
+ :target: https://www.amazon.co.uk/dp/B0BRM69HKH
32
32
33
33
The complete book text is available on this website. However, if you'd
34
34
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 > `__.
36
36
37
37
.. container :: preface
38
38
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