Docs: fix typo in env-merge-info

This commit is contained in:
Brecht Machiels 2021-03-30 16:44:50 +02:00 committed by GitHub
parent e888a44249
commit ac0dcddeb8
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)