Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: dgw <[email protected]>
  • Loading branch information
SnoopJ and dgw authored Jul 12, 2023
1 parent 482184a commit 68ed7aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/source/plugin/advanced.rst
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,11 @@ an alias for an existing command::
wp.wikipedia(bot, trigger)

.. warning::

Any callables imported from other plugins will be treated as if they were
defined in the current plugin. This can lead to duplication of plugin
rules. For the most predictable results, import the other plugin as a
module rather than unpacking callables from it using a 'from' import.
module rather than unpacking its callables using a ``from`` import.


Managing Capability negotiation
Expand Down

0 comments on commit 68ed7aa

Please sign in to comment.