diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2025-06-22 18:50:56 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2025-06-22 19:04:42 +0300 |
commit | c7cbc6d480c5488ff6e921c709680fd2c1340a10 (patch) | |
tree | 10843f44b67c0fb5717ad555556064095f701d8c /contrib/python/Twisted/py3/twisted/web/pages.py | |
parent | 26d391cdb94d2ce5efc8d0cc5cea7607dc363c0b (diff) | |
download | ydb-c7cbc6d480c5488ff6e921c709680fd2c1340a10.tar.gz |
Intermediate changes
commit_hash:28750b74281710ec1ab5bdc2403c8ab24bdd164b
Diffstat (limited to 'contrib/python/Twisted/py3/twisted/web/pages.py')
-rw-r--r-- | contrib/python/Twisted/py3/twisted/web/pages.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/python/Twisted/py3/twisted/web/pages.py b/contrib/python/Twisted/py3/twisted/web/pages.py index f94f8655b95..051d8293fef 100644 --- a/contrib/python/Twisted/py3/twisted/web/pages.py +++ b/contrib/python/Twisted/py3/twisted/web/pages.py @@ -110,7 +110,7 @@ def notFound( @param brief: A short string displayed as the page title. - @param brief: A longer string displayed in the page body. + @param message: A longer string displayed in the page body. @returns: An L{IResource} """ @@ -127,7 +127,7 @@ def forbidden( @param brief: A short string displayed as the page title. - @param brief: A longer string displayed in the page body. + @param message: A longer string displayed in the page body. @returns: An L{IResource} """ |