From d1ec3649d6eca96cb9c69cee00c2897ac7becf1f Mon Sep 17 00:00:00 2001 From: helldh Date: Sat, 7 Mar 2026 11:19:28 +0300 Subject: [PATCH] Minor fixes for Documentation --- README.md | 2 +- docs/README.ru.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0c8a44e..40e70a1 100644 --- a/README.md +++ b/README.md @@ -242,7 +242,7 @@ Switching between windows is performed via the Composer class's programmatic int ## Contrib Module -The `contrib` module contains ready-to-use implementations for common use cases. Unlike `core`, `contrib` is context-dependent and provides specific solutions that a student can use as-is or as a foundation. +The `contrib` module contains ready-to-use implementations for common use cases. Unlike `core`, `contrib` is context-dependent and provides specific solutions that a user can use as-is or as a foundation. ### Backends diff --git a/docs/README.ru.md b/docs/README.ru.md index fbde402..ec4e05c 100644 --- a/docs/README.ru.md +++ b/docs/README.ru.md @@ -248,7 +248,7 @@ class BaseWindow(QMainWindow): Модуль contrib содержит готовые реализации для типовых случаев. В отличие от core, contrib контекстно зависим и предполагает -конкретные решения которые студент может использовать как есть +конкретные решения которые пользователь может использовать как есть или взять за основу. ### Backends