From 8d7333f54469c045de5079adffb535b011cfc598 Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Wed, 28 Aug 2024 15:38:08 +0200 Subject: [PATCH] rec docs: fix *.lua, * has special meaning --- pdns/recursordist/settings/table.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/recursordist/settings/table.py b/pdns/recursordist/settings/table.py index 5c8fe6eed9..3fd6af8cfe 100644 --- a/pdns/recursordist/settings/table.py +++ b/pdns/recursordist/settings/table.py @@ -1364,7 +1364,7 @@ See :doc:`lua-config/index` for the options that can be set in this file. 'default' : '', 'help' : 'More powerful configuration options', 'doc' : ''' - When creating a Lua context, all *.lua files in the directory are loaded to the Lua context. + When creating a Lua context, all ``*.lua`` files in the directory are loaded into the Lua context. ''', }, { -- 2.47.2