diff options
-rw-r--r-- | docs/markdown/Contributing.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Contributing.md b/docs/markdown/Contributing.md index 647d0fd..aec73ec 100644 --- a/docs/markdown/Contributing.md +++ b/docs/markdown/Contributing.md @@ -532,7 +532,7 @@ line switches. themselves. - Never use features of the Unix shell (or Windows shell for that - matter). Doing things like forwaring output with `>` or invoking + matter). Doing things like forwarding output with `>` or invoking multiple commands with `&&` are not permitted. Whenever these sorts of requirements show up, write an internal Python script with the desired functionality and use that instead. |