Python: Fix spelling for Server::RouteSetup documentation

This commit is contained in:
Rasmus Wriedt Larsen
2020-10-20 16:55:46 +02:00
parent bbda22c769
commit 0d6165883c

View File

@@ -160,7 +160,7 @@ module HTTP {
/** Provides classes for modeling HTTP servers. */
module Server {
/**
* An data-flow node that sets up a route on a server.
* A data-flow node that sets up a route on a server.
*
* Extend this class to refine existing API models. If you want to model new APIs,
* extend `RouteSetup::Range` instead.
@@ -186,7 +186,7 @@ module HTTP {
/** Provides a class for modeling new HTTP routing APIs. */
module RouteSetup {
/**
* An data-flow node that sets up a route on a server.
* A data-flow node that sets up a route on a server.
*
* Extend this class to model new APIs. If you want to refine existing API models,
* extend `RouteSetup` instead.