From 593f7207daba1986df6be3e9dcf5268fa6d97c51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Pavl=C3=A1sek?= Date: Tue, 22 Apr 2025 12:05:31 +0200 Subject: [PATCH] docs: fix return type at helpers.py --- src/nginx/config/helpers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nginx/config/helpers.py b/src/nginx/config/helpers.py index 606173b..38f950b 100644 --- a/src/nginx/config/helpers.py +++ b/src/nginx/config/helpers.py @@ -52,7 +52,7 @@ def simple_configuration(port=8080): Also serves as an example of how to build configs using this module. :param int port: A port to populate the 'listen' paramter of the server block - :rtype str: + :rtype: str """ http = Section(