Skip to content

Commit 1df0986

Browse files
Update computers.md
1 parent 8c6f922 commit 1df0986

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/computers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ Of course, there are times when we still need to be conscious of which OS we are
4444

4545
Our goal is to write programs on our computer that can function on a wide variety of computers, primarily via relatively high level _application software_. In theory, this is simple: for example, we write code in Python and share it with others. Unfortunately the real world is more complex than that. There is huge variation amongst different computers, and it is not trivial to ensure that a piece of software produces the same results on all computers, let alone being able to run on various operating systems or intermediate application software.
4646

47-
Fortunately, there is a solution: _computing environments,_ described in another section of this book.
47+
Fortunately, there is a solution: _computing environments,_ described in the next section of this book.

0 commit comments

Comments
 (0)