Skip to content

Commit

Permalink
doc: update modulation
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeff committed Mar 13, 2019
1 parent fa553e6 commit d2b25e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pygsp/filters/modulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ class Modulation(Filter):
modulation_first : bool
First modulate then localize the kernel if True, first localize then
modulate if False. The two operators do not commute. This setting only
applies to `filter`, `evaluate` only performs modulation (the filter
would otherwise have a different spectrum depending on where it is
localized).
applies to :meth:`filter`. :meth:`evaluate` only performs modulation,
as the filter would otherwise have a different spectrum depending on
where it is localized.
See Also
--------
Expand Down

0 comments on commit d2b25e2

Please sign in to comment.