Skip to content

Commit dbb5f0b

Browse files
authored
fix(docs): typos in installation.md regarding Qt backend (#580)
* Fix typos in installation.md regarding Qt backend * added changes to CHANGELOG.md Took note of the changes in PR #580 regarding spelling mistakes in the installation.md
1 parent 0b36f79 commit dbb5f0b

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2424
[#560](https://github.com/jeertmans/manim-slides/pull/560)
2525
- Update the template in the *Customize your RevealJS slides* section.
2626
[#565](https://github.com/jeertmans/manim-slides/pull/565)
27+
- Fix spelling mistakes in the `installation.md` regarding Qt backend.
28+
[@strniko](https://github.com/strniko) [#580](https://github.com/jeertmans/manim-slides/pull/580)
2729

2830
(unreleased-fixed)=
2931
### Fixed

docs/source/installation.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -153,12 +153,12 @@ Nix does not currently support `manimgl`.
153153
## When you need a Qt backend
154154

155155
Before `v5.1`, Manim Slides automatically included PySide6 as
156-
a Qt backend. As only `manim-slides present` and `manim-slides wizard`
157-
command need a graphical library, and installing PySide6 on all platforms
158-
and Python version can be sometimes complicated, Manim Slides chooses
159-
**not to include** any Qt backend.
156+
a Qt backend. As only the `manim-slides present` and `manim-slides wizard`
157+
commands need a graphical library, and installing PySide6 on all platforms
158+
and Python versions can sometimes be complicated, Manim Slides chooses
159+
**not to include** any Qt backends.
160160

161-
The use can choose between PySide6 (best) and PyQt6, depending on their
161+
The user can choose between PySide6 (best) and PyQt6, depending on their
162162
availability and licensing rules.
163163

164164
As of `v5.1`, you **need** to have Qt bindings installed to use

0 commit comments

Comments
 (0)