nwangtw commented on a change in pull request #3363: Refine site build
URL: https://github.com/apache/incubator-heron/pull/3363#discussion_r335101618
##########
File path:
website2/website/versioned_docs/version-0.20.0-incubating/guides-python-topologies.md
##########
@@ -82,9 +82,9 @@ Once you've defined spouts and bolts for a topology, you can
then compose the to
my_bolt = CountBolt.spec(par=3, inputs={spout:
Grouping.fields("word")})
```
-## Defining topologies using the
[`TopologyBuilder`](/api/python/topology.m.html#heronpy.topology.TopologyBuilder)
class
+## Defining topologies using the `TopologyBuilder class
Review comment:
Missing a ` after TopologyBuilder?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services