Skip to content

Commit babca4c

Browse files
tkoyama010lwasser
authored andcommitted
Fix expression from "complain" to "raise an error"
1 parent e4add5e commit babca4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TRANSLATING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ You can also build a live version of the guide that updates automatically as you
236236
nox -s docs-live-lang -- es
237237
```
238238

239-
Note the `--` before the language code, it indicates that the following arguments should be passed into the nox session and not be interpreted directly by nox. If you forget the `--`, nox will look instead for a session named 'es' and complain that it does not exist.
239+
Note the `--` before the language code, it indicates that the following arguments should be passed into the nox session and not be interpreted directly by nox. If you forget the `--`, nox will look instead for a session named 'es' and raise an error that it does not exist.
240240

241241
This command will use `sphinx-autobuild` to launch a local web server where you can access the translated version of the guide. You can open the guide in your browser by navigating to `http://localhost:8000`.
242242

0 commit comments

Comments
 (0)