Skip to content

Commit 359c855

Browse files
committed
Use "as well" instead of "also".
I think this is probably clearer and more grammatically correct.
1 parent 230db09 commit 359c855

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/lesson4/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ effort of defining and calling a function, rather than just writing the code
133133
independent of such things. Defining tasks as functions reduces the need to
134134
copy and paste the same code multiple times to achieve the same effect. Simply
135135
calling the function multiple times makes it much easier to not only write
136-
code, but to read it also.
136+
code, but to read it as well.
137137

138138
Using functions also makes it a lot easier to fix and change code. If you are
139139
performing the same tasks in multiple places and discover a bug, without

0 commit comments

Comments
 (0)