docs: Various cleanup of outdated comments and docstrings (#31754)

- Remove pylint warning suppression from SHAKE-128 hexdigest calls; these
  are no longer needed as of astroid 2.12.12. For background, see issue
  <https://github.com/PyCQA/pylint/issues/4039>. Also, correct a comment
  that referred to SHAKE-256 instead of SHAKE-128.
- Replace "released" with "beta" in several places where there was a copy
  & paste error in dark_lang. Add mention of `beta_lang` to a docstring
  where it was omitted.
- Remove comment regarding Mongo startup; the code it referred to has since
  been removed.
- Fix typos.
This commit is contained in:
Tim McCormack
2023-02-14 18:11:57 +00:00
committed by GitHub
parent 4697adc681
commit 197fef9c2b
9 changed files with 9 additions and 23 deletions

View File

@@ -12,7 +12,7 @@ Receiving events
^^^^^^^^^^^^^^^^
This is one of the most common use cases for plugins. The edx-platform will send
and event and you want to react to it in your plugin.
an event and you want to react to it in your plugin.
For this you need to: