From bd928b26af33ce5a48475a56fa08fc0a8a5580eb Mon Sep 17 00:00:00 2001 From: tiyn Date: Thu, 2 Jul 2026 10:06:55 +0200 Subject: [PATCH] Orthography: Fixed minor errors in spelling and punctuation --- wiki/game/magic:_the_gathering.md | 4 ++-- wiki/programming_language/python.md | 9 ++++----- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/wiki/game/magic:_the_gathering.md b/wiki/game/magic:_the_gathering.md index 39306f8..4d0fbe6 100644 --- a/wiki/game/magic:_the_gathering.md +++ b/wiki/game/magic:_the_gathering.md @@ -40,7 +40,7 @@ Many of them also feature public decks. - [Archidekt](https://archidekt.com/) is another popular deck building site. With the option to build commander decks based on a specific commander. - It additionally, features the display of public decks. + Additionally, it features the display of public decks. - [deckbox](https://deckbox.org/) is a very clean deck builder website. - [deckstats.net](https://deckstats.net/) gives the option to build and analyze MTG(A) decks. - [Delver Lens](https://www.delverlab.com/) is an [Android](/wiki/android.md) application for @@ -186,7 +186,7 @@ The card has to be efficient mana-wise. It should therefore always be compared to other cards that are played similarly. For creatures without any bonus attributes it is said that 1 Power and 1 Toughness per Mana is a good starting point. -Additionally cards should fit the strategy and shouldn't be too specific. +Additionally, cards should fit the strategy and shouldn't be too specific. Modal spells (1 card with multiple options) can be useful to be prepared for different situations without too specific cards They shouldn't be "win-more"-card and play good on their own. diff --git a/wiki/programming_language/python.md b/wiki/programming_language/python.md index 8ead9fa..8e5805b 100644 --- a/wiki/programming_language/python.md +++ b/wiki/programming_language/python.md @@ -11,8 +11,8 @@ You can install python using various ways. Using various [package managers](/wiki/linux/package_manager.md) the current python version can be easily installed. -Additionally an [pyenv](#pyenv-installation), [uv](#uv-installation) or [manual installation](#manual-installation) can be -done to get a specific older versions for projects. +Additionally, a [pyenv](#pyenv-installation), [uv](#uv-installation) or +[manual installation](#manual-installation) can be done to get a specific older version for projects. ### uv Installation @@ -153,7 +153,7 @@ If it is omitted the project will be created in the current working directory. uv init ``` -Additionally this command can be expanded with flags. +Additionally, this command can be expanded with flags. To create the most basic form of a project without a `README.md` the `--bare` flag can be used. To use uv as a virtual environment similar to venv the following command can be invoked inside a @@ -342,8 +342,7 @@ torch.cuda.is_available() The package for [Hailo chips](/wiki/hailo.md) has to be downloaded from the [official website](https://hailo.ai/developer-zone/software-downloads). -Additionally, additional setup may be required as explained in the -[Hailo article](/wiki/hailo.md#setup). +Additional setup may be required as explained in the [Hailo article](/wiki/hailo.md#setup). Hailo chips can be used to run converted [TensorFlow](#tensorflow) models. The conversion process is explained in the