From 1f00d53a2632b9e4fa6eab826b1679c07a8c171a Mon Sep 17 00:00:00 2001 From: EugeniiPetrov Date: Wed, 26 Mar 2025 20:46:16 +0500 Subject: [PATCH] I removed needless sentence from translation --- sources/39-web2py-russian-translation-in-progress/01.markmin | 2 -- 1 file changed, 2 deletions(-) diff --git a/sources/39-web2py-russian-translation-in-progress/01.markmin b/sources/39-web2py-russian-translation-in-progress/01.markmin index 9e0a8b96..6256925e 100644 --- a/sources/39-web2py-russian-translation-in-progress/01.markmin +++ b/sources/39-web2py-russian-translation-in-progress/01.markmin @@ -164,8 +164,6 @@ def index(): return HTML(BODY(H1('Records'), db().select(db.contacts.ALL))) ``:code -In this simple example, the HTML page structure is represented programmatically by the ``HTML``, ``BODY``, and ``H1`` objects; the database ``db`` is queried by the ``select`` command; finally, everything is serialized into HTML. - В этом простом примере, структура HTML-страницы представлена программно с помощью ``HTML``, ``BODY``, и ``H1`` объектов, а также объекта соединения с БД - ``db``. После выполнения запроса к БД полученные данные сериализуется в HTML.