diff options
| author | Galen Williamson <galen@vector35.com> | 2022-01-27 13:54:10 -0500 |
|---|---|---|
| committer | Galen Williamson <galen@vector35.com> | 2022-01-27 13:54:10 -0500 |
| commit | 77156d6c65296f6790e05937d904eea85247c408 (patch) | |
| tree | 98ee959e7f2ff9216d26293a3ba431f6c760d43e /docs/dev/batch.md | |
| parent | 724fafee1c75698d551a658fc5d9e3400dfd8513 (diff) | |
fixed all the OS X/MacOS to macOS
Diffstat (limited to 'docs/dev/batch.md')
| -rw-r--r-- | docs/dev/batch.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dev/batch.md b/docs/dev/batch.md index 044be8ac..5e13e0ad 100644 --- a/docs/dev/batch.md +++ b/docs/dev/batch.md @@ -16,7 +16,7 @@ This script adds appropriate `.pth` files so that your Python can find the Binar ## Our First Script -Let's try a simple example script (note that this script will work identically on MacOS and Linux, but Windows users will want to adjust paths accordingly): +Let's try a simple example script (note that this script will work identically on macOS and Linux, but Windows users will want to adjust paths accordingly): ```python #!/usr/bin/env python3 |
