mirror of
https://github.com/beetbox/beets.git
synced 2026-01-04 06:53:27 +01:00
Tiny ReST markup tweaks (#2814)
This commit is contained in:
parent
d07c0ab85b
commit
323d90db17
1 changed files with 2 additions and 2 deletions
|
|
@ -433,9 +433,9 @@ to register it::
|
|||
print('Importing something!')
|
||||
|
||||
It is also possible to request your function to run early in the pipeline by
|
||||
adding the function to the plugin's ``early_import_stages`` field instead.::
|
||||
adding the function to the plugin's ``early_import_stages`` field instead::
|
||||
|
||||
self.early_import_stages = [self.stage]
|
||||
self.early_import_stages = [self.stage]
|
||||
|
||||
.. _extend-query:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue