rjgoyln commented on code in PR #71565:
URL: https://github.com/apache/airflow/pull/71565#discussion_r3801224322
##########
docs/spelling_wordlist.txt:
##########
@@ -531,6 +531,7 @@ Drillbit
driverless
dropdown
druidHook
+dryrun
Review Comment:
Removed `dryrun` from `docs/spelling_wordlist.txt`, restoring the file to
match `main`.
One note: the spelling error comes from AutoAPI rendering the required
`dryrun` parameter in the generated docs, not from the log message itself.
Since `send_email` passes `dryrun=` as part of the backend contract, the
parameter name cannot be changed.
So I scoped the spelling exception to the module instead, consistent with
other modules in this provider:
```python
"""
Airflow module for email backend using Microsoft Graph.
.. spelling:word-list::
dryrun
"""
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]