summaryrefslogtreecommitdiff
path: root/docs/dev/batch.md
diff options
context:
space:
mode:
authorGalen Williamson <galen@vector35.com>2022-01-27 13:54:10 -0500
committerGalen Williamson <galen@vector35.com>2022-01-27 13:54:10 -0500
commit77156d6c65296f6790e05937d904eea85247c408 (patch)
tree98ee959e7f2ff9216d26293a3ba431f6c760d43e /docs/dev/batch.md
parent724fafee1c75698d551a658fc5d9e3400dfd8513 (diff)
fixed all the OS X/MacOS to macOS
Diffstat (limited to 'docs/dev/batch.md')
-rw-r--r--docs/dev/batch.md2
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