Minor fixes for Documentation

This commit is contained in:
helldh 2026-03-07 11:19:28 +03:00
parent 3362de0caa
commit d1ec3649d6
2 changed files with 2 additions and 2 deletions

View file

@ -242,7 +242,7 @@ Switching between windows is performed via the Composer class's programmatic int
## Contrib Module ## 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 ### Backends

View file

@ -248,7 +248,7 @@ class BaseWindow(QMainWindow):
Модуль contrib содержит готовые реализации для типовых случаев. Модуль contrib содержит готовые реализации для типовых случаев.
В отличие от core, contrib контекстно зависим и предполагает В отличие от core, contrib контекстно зависим и предполагает
конкретные решения которые студент может использовать как есть конкретные решения которые пользователь может использовать как есть
или взять за основу. или взять за основу.
### Backends ### Backends