From 0d0826190cd456a35c11c7fb6bab683109d1eae8 Mon Sep 17 00:00:00 2001 From: Lars Holmberg Date: Thu, 9 Dec 2021 22:12:02 +0100 Subject: [PATCH] doc update --- docs/testing-other-systems.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/testing-other-systems.rst b/docs/testing-other-systems.rst index 96bbe648f3..324f413f2d 100644 --- a/docs/testing-other-systems.rst +++ b/docs/testing-other-systems.rst @@ -4,7 +4,7 @@ Testing non-HTTP systems ======================== -Locust only comes with built-in support for HTTP/HTTPS but it can be extended to test almost any system. This is done by wrapping the protocol library and triggering a :py:attr:`request ` event after each call has completed, to let Locust know what happened. +Locust only comes with built-in support for HTTP/HTTPS but it can be extended to test almost any system. This is normally done by wrapping the protocol library and triggering a :py:attr:`request ` event after each call has completed, to let Locust know what happened. .. note::