Skip to content

Commit 0fc406d

Browse files
authored
Merge pull request #593 from datacarpentry/another-typo
another typo
2 parents 24afaa9 + 4ab8bcd commit 0fc406d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

episodes/00-before-we-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ Programming is a multi-step process that involves the following steps:
125125
1. Identifying the aspects of the real-world problem that can be solved computationally
126126
2. Identifying (the best) computational solution
127127
3. Implementing the solution in a specific computer language
128-
4. Testing, validating, and adjusting implemented solution.
128+
4. Testing, validating, and adjusting the implemented solution.
129129

130130
While *"Programming"* refers to all of the above steps,
131131
*"Coding"* refers to step 3 only: *"Implementing the solution in a specific computer language"*. It's

episodes/01-short-introduction-to-Python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ is excellent for reference on the differences between them.
180180
**Tip**: When editing scripts like *example.py*, be careful not to use word
181181
processors such as MS Word, as they may introduce extra information that
182182
confuses Python. In this lesson we will be using either Jupyter notebooks or
183-
the Spyder IDE, and for your everday work you may also choose any text editor
183+
the Spyder IDE, and for your everyday work you may also choose any text editor
184184
such as Notepad++, VSCode, Vim, or Emacs.
185185

186186
### Operators

0 commit comments

Comments
 (0)