From ee9c914453cb729459fcff6d10d27bd861a26810 Mon Sep 17 00:00:00 2001 From: Valentin Vasilyev Date: Thu, 10 Dec 2015 10:04:13 +0300 Subject: [PATCH] Update writing-a-locustfile.rst Fix typo --- docs/writing-a-locustfile.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/writing-a-locustfile.rst b/docs/writing-a-locustfile.rst index 5cd7bed5f3..50afc4a4fb 100644 --- a/docs/writing-a-locustfile.rst +++ b/docs/writing-a-locustfile.rst @@ -357,7 +357,7 @@ Grouping requests to URLs with dynamic parameters It's very common for websites to have pages whose URLs contain some kind of dynamic parameter(s). Often it makes sense to group these URL's together in Locust's statistics. This can be done by passing a *name* argument to the :py:class:`HttpSession's ` -different reqeust methods. +different request methods. Example::