Skip to content

Commit 36ea79a

Browse files
committed
Fix typo
Mac OSX -> macOS
1 parent 406977c commit 36ea79a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/python/includes/vs-2019/remote-debugging-python-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Visual Studio 2019 version 16.4 and earlier uses the [ptvsd library](https://pyp
2323

2424
- Visual Studio installed with support for Python workloads. For more information, see [Install Python support in Visual Studio](../../installing-python-support-in-visual-studio.md).
2525

26-
- A remote computer running Python on an operating system like Mac OSX or Linux.
26+
- A remote computer running Python on an operating system like macOS or Linux.
2727

2828
- Port 5678 (inbound) open on the remote computer's firewall, which is the default for remote debugging.
2929

0 commit comments

Comments
 (0)