Skip to content

Commit

Permalink
Fix a typo in Component.report_metrics docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-blanchard committed Sep 15, 2017
1 parent 3177020 commit 3c91e04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pystorm/component.py
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ def report_metric(self, name, value):
Only supported in Storm 0.9.3+.
.. note:
.. note::
In order for this to work, the metric must be registered on the
Storm side. See example code
`here <https://github.com/dashengju/storm/blob/573c42a64885dac9a6a0d4c69a754500b607a8f1/storm-core/src/jvm/backtype/storm/testing/PythonShellMetricsBolt.java#L22-L23>`__.
Expand Down

0 comments on commit 3c91e04

Please sign in to comment.