Skip to content

Commit 09ac494

Browse files
authored
Merge pull request #27 from object-oriented-python/edition_1.1
final proofing
2 parents bb68b0f + 0d8d618 commit 09ac494

File tree

6 files changed

+14
-6
lines changed

6 files changed

+14
-6
lines changed

doc/source/3_objects.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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'

doc/source/fibonacci.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
1523
Module contents
1624
---------------
1725

doc/source/images/cover.pdf

0 Bytes
Binary file not shown.

doc/source/images/cover.png

122 KB
Loading

doc/source/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@
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

doc/webgit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Subproject commit f73a6456b63143502cb86bbd7eeef38e676f9f00
1+
Subproject commit fbded33d181d433fb6aea7ad5ff7af7247e93a37

0 commit comments

Comments
 (0)