Skip to content

Commit 2082343

Browse files
committed
update errata for appendix B
1 parent ad1f4a9 commit 2082343

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

content/pages/errata.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,3 +144,20 @@ On page 195, an import is missing - `SympifyError` used later in the
144144
On page 204, in the first paragraph, the first property should be "..the function value for x is always greater then or equal 0".
145145

146146
(Thanks to Elmar Bucher for pointing this out)
147+
148+
Appendix B
149+
==========
150+
151+
152+
On page 226, in "Multiple Return Values", the code snippet to call the `components()`
153+
functions should be:
154+
155+
.. code::
156+
157+
if __name__ == '__main__':
158+
u = 5
159+
theta = math.radians(45)
160+
x, y = components(u, theta)
161+
162+
(Thanks to a reader for pointing it out)
163+

0 commit comments

Comments
 (0)