Skip to content

Commit 3f7c926

Browse files
authored
Update README.md
1 parent 5196576 commit 3f7c926

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

02-array-seq/lispy/py3.9-no-hints/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use in _Fluent Python, Second Edition_, I made a few changes for didactic reason
55

66
_Luciano Ramalho_
77

8-
## Major changes
8+
## Significant changes
99

1010
* Make the `lambda` form accept more than one expression as the body. This is consistent with _Scheme_ syntax, and provides a useful example for the book. To implement this:
1111
* In `Procedure.__call__`: evaluate `self.body` as a list of expressions, instead of a single expression. Return the value of the last expression.
@@ -22,7 +22,7 @@ but removing the test cases for the features implemented only in
2222
[lispy.py](https://github.com/norvig/pytudes/blob/705c0a335c1811a203e79587d7d41865cf7f41c7/py/lispy.py)
2323

2424

25-
## Minor changes
25+
## Name changes
2626

2727
Cosmetic changes to make the code look more familiar to
2828
Python programmers, the audience of _Fluent Python_.

0 commit comments

Comments
 (0)