You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tutorials/1-installable-code.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -258,7 +258,7 @@ pyospackage/
258
258
├── add_numbers.py
259
259
```
260
260
261
-
## Step 3. Add code to your `add_numbers.py` module
261
+
## Step 3: Add code to your `add_numbers.py` module
262
262
263
263
If you are following along and making a Python package from scratch then you can add the code below to your `add_numbers.py` module. The function below adds two integers together and returns the result. Notice that the code below has a few features that we will review in future tutorials:
0 commit comments