Skip to content

Commit b1ee05f

Browse files
committed
Fix: header alignment
1 parent 9e02cda commit b1ee05f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/installable-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ pyospackage/
257257
├── add_numbers.py
258258
```
259259

260-
## Step 3. Add code to your module
260+
## Step 3: Add code to your module
261261

262262
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:
263263

0 commit comments

Comments
 (0)