Skip to content

Commit

Permalink
Fixed typo, and added space before code (in core.py) so that it gets …
Browse files Browse the repository at this point in the history
…formatted properly
  • Loading branch information
ytreister committed Mar 25, 2020
1 parent ceb36a6 commit ef94461
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/dev/upgrading_plugins.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ With the release of stoQ v3, a few enhancements were introduced that requires v2
be slightly modified for use with v3. Some key changes include:

- Full asyncio support with all plugins
- The entire request state is passed to dispatchers, workers, and archivers. This
- The entire request state is passed to dispatchers, workers, and archivers. This
includes making all payloads, and their respective results, available to them.
- A ``Logger`` object is now available to all plugins upono instantiation
- A ``Logger`` object is now available to all plugins upon instantiation
- Errors from plugins are no longer simply a list of strings, they are now a list
of ``Error`` objects
- Configuration parameters are passed to each plugin as a ``StoqConfigParser`` object
Expand Down
1 change: 1 addition & 0 deletions stoq/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@
retrieved from multiple disparate data sources using `Archiver` plugins.
1. First, import the required class:
>>> import asyncio
>>> from stoq import Stoq
Expand Down

0 comments on commit ef94461

Please sign in to comment.