Merge pull request #9042 from brechtm/patch-1

Docs: fix typo in env-merge-info
This commit is contained in:
Takeshi KOMIYA 2021-04-03 01:04:33 +09:00 committed by GitHub
commit 55ed1ecb66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -177,7 +177,7 @@ type for that event::
- event.doctree-read(app, doctree) is called in the middle of transforms,
transforms come before/after this event depending on their priority.
9. event.env-merged-info(app, env, docnames, other)
9. event.env-merge-info(app, env, docnames, other)
- if running in parallel mode, this event will be emitted for each process
10. event.env-updated(app, env)