Skip to content

Commit b34a14a

Browse files
committed
fix wrong chapter reference
1 parent dce2d34 commit b34a14a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/source/0_preface.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Preface
22
=======
33

4-
Computers have revolutionised mathematics and the many scientific, engineering
4+
Computers have revolutionised mathematics and the many scientific, engineering,
55
and economic fields in which mathematics is applied. In the applications of
66
mathematics the role of computation has long been obvious and prominent. Now,
77
the development of theorem proving software is increasing the prominence of
@@ -68,7 +68,7 @@ who would like to learn to be a more capable programmer. The mathematical
6868
examples assume that you know how to differentiate functions of one variable,
6969
but very little beyond that. Where examples or exercises employ other
7070
mathematics, such as cellular automata in :numref:`Chapter %s <style>` and
71-
groups in :numref:`Chapter %s <abstract_data_types>`, enough of the mathematics
71+
groups in :numref:`Chapter %s <inheritance>`, enough of the mathematics
7272
will be introduced that the reader should be able to understand the programming
7373
concept being explained, without necessarily understanding all of the
7474
mathematical details of the example.
@@ -78,7 +78,7 @@ the sort of basic Python usually covered in a first programming or
7878
computational methods course. In particular the reader will be assumed to be
7979
familiar with writing functions, variable assignments, loops, and list
8080
comprehensions. The reader is also assumed to have used numeric and string data
81-
values, as well as dictionaries, lists, and tuples.
81+
values, as well as dictionaries, sets, lists, and tuples.
8282

8383
Many introductory Python courses exclusively use Jupyter notebooks, so nothing
8484
beyond that is assumed. Getting set up with a working Python installation is

0 commit comments

Comments
 (0)