Minor fixes for Documentation
This commit is contained in:
parent
3362de0caa
commit
d1ec3649d6
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -248,7 +248,7 @@ class BaseWindow(QMainWindow):
|
|||
|
||||
Модуль contrib содержит готовые реализации для типовых случаев.
|
||||
В отличие от core, contrib контекстно зависим и предполагает
|
||||
конкретные решения которые студент может использовать как есть
|
||||
конкретные решения которые пользователь может использовать как есть
|
||||
или взять за основу.
|
||||
|
||||
### Backends
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue