diff --git a/doc/source/development/contributing_codebase.rst b/doc/source/development/contributing_codebase.rst index 53e66eeff51e6..2af2314593a24 100644 --- a/doc/source/development/contributing_codebase.rst +++ b/doc/source/development/contributing_codebase.rst @@ -181,7 +181,7 @@ run this command, though it may take longer:: git diff upstream/master --name-only -- "*.py" | xargs -r flake8 -Note that on OSX, the ``-r`` flag is not available, so you have to omit it and +Note that on macOS, the ``-r`` flag is not available, so you have to omit it and run this slightly modified command:: git diff upstream/master --name-only -- "*.py" | xargs flake8