Skip to content

Commit a994b18

Browse files
committed
Apply TR feedback
1 parent 879ea28 commit a994b18

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

expressions-vs-statements/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Expressions vs Statements in Python: What's the Difference?
1+
# Expression vs Statement in Python: What's the Difference?
22

3-
This folder contains sample code from the Real Python tutorial [Expressions vs Statements in Python: What's the Difference?](https://realpython.com/python-expression-vs-statement/)
3+
This folder contains sample code from the Real Python tutorial [Expression vs Statement in Python: What's the Difference?](https://realpython.com/python-expression-vs-statement/)
44

55
## Code Inspector
66

@@ -19,7 +19,7 @@ invalid
1919

2020
## GUI App
2121

22-
Register a lambda expression as a callback, which delegates to a function with statements:
22+
Register a lambda expression as a callback, which delegates to a function with statements:
2323

2424
```shell
2525
$ python gui_app.py
@@ -49,7 +49,7 @@ ca fe ba be 00 00 00 41
4949

5050
## Generators
5151

52-
Generate a random signal and use a low-pass filter to make it smooth:
52+
Generate a random signal and use a low-pass filter to make it smooth:
5353

5454
```shell
5555
$ python generators.py

0 commit comments

Comments
 (0)