Python: Fix QLDoc for RouteSetup

This commit is contained in:
Rasmus Wriedt Larsen
2020-10-06 11:35:18 +02:00
parent b82727d0b8
commit d26a89b95e

View File

@@ -47,7 +47,7 @@ module HTTP {
/**
* An data-flow node that sets up a route on a server.
*
* Extend this class to model new APIs. If you want to model new APIs,
* Extend this class to refine existing API models. If you want to model new APIs,
* extend `RouteSetup::Range` instead.
*/
class RouteSetup extends DataFlow::Node {