Skip to content

Commit

Permalink
_episodes/03-packaging-installing.md: phrasing.
Browse files Browse the repository at this point in the history
- Code review for carpentries-incubator#78.

Co-authored-by: Sarah Brown <[email protected]>
  • Loading branch information
vinisalazar and brownsarahm authored May 13, 2021
1 parent a393a08 commit 9bc6db0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _episodes/03-packaging-installing.md
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ from .speed import kph_to_ms
```
{: .language-python}
The `.` before the `temperature` and `speed` mean that they refer to local modules, that is,
The `.` before the `temperature` and `speed` means that they refer to local modules, that is,
files in the same directory as the `__init__.py` file. If we start a new Python interpreter,
we can now import `fahr_to_celsius` and `kph_to_ms` directly from the `conversions` module:
Expand Down

0 comments on commit 9bc6db0

Please sign in to comment.