11# SOME DESCRIPTIVE TITLE.
2- # Copyright (C) 2001-2025 , Python Software Foundation
2+ # Copyright (C) 2001-2026 , Python Software Foundation
33# This file is distributed under the same license as the Python package.
44# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55#
@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.13\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2025-07-25 15:00 +0000\n "
14+ "POT-Creation-Date : 2026-03-07 15:07 +0000\n "
1515"PO-Revision-Date : 2025-09-15 01:03+0000\n "
1616"Last-Translator : python-doc bot, 2025\n "
1717"Language-Team : Russian (https://app.transifex.com/python-doc/teams/5390/ru/)\n "
@@ -61,11 +61,12 @@ msgstr ""
6161#: ../../howto/logging.rst:30
6262msgid ""
6363"You can access logging functionality by creating a logger via ``logger = "
64- "getLogger(__name__)``, and then calling the logger's :meth:`~Logger.debug`, "
65- ":meth:`~Logger.info`, :meth:`~Logger.warning`, :meth:`~Logger.error` and "
66- ":meth:`~Logger.critical` methods. To determine when to use logging, and to "
67- "see which logger methods to use when, see the table below. It states, for "
68- "each of a set of common tasks, the best tool to use for that task."
64+ "logging.getLogger(__name__)``, and then calling the logger's "
65+ ":meth:`~Logger.debug`, :meth:`~Logger.info`, :meth:`~Logger.warning`, "
66+ ":meth:`~Logger.error` and :meth:`~Logger.critical` methods. To determine "
67+ "when to use logging, and to see which logger methods to use when, see the "
68+ "table below. It states, for each of a set of common tasks, the best tool to "
69+ "use for that task."
6970msgstr ""
7071
7172#: ../../howto/logging.rst:38
0 commit comments