Skip to content

Commit 0bc952a

Browse files
committed
pre-commit fixes
1 parent 5259ee2 commit 0bc952a

7 files changed

Lines changed: 9 additions & 9 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# practical-python.org
22

3-
The website and documentation space for the Practical Python Discord community.
3+
The website and documentation space for the Practical Python Discord community.
44

55
Built with [Zensical](https://zensical.org/)
66

docs/getting-started/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ For those who are looking to get started with Python, or to simply be a part of
2626

2727
[:octicons-arrow-right-24: Pick a challenge](../projects/build-something/index.md)
2828

29-
29+
3030
- :material-tools:{ .lg .middle } __Our projects__
3131

3232
---

docs/projects/our-projects/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ approvals, merge. Both have issues labelled for newcomers.
2626
Get the project building locally before you pick an issue. Half of a first
2727
contribution is understanding the setup, and it's much easier to ask about
2828
that in advance than halfway through a pull request. If you need help, ask in
29-
the Discord server!
29+
the Discord server!
3030

3131
## Suggesting a new project
3232

docs/resources/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ channels are environment problems wearing a costume.
99

1010
## Install Python
1111

12-
Get 3.12 or newer. I'd avoid any version of python that isn't in the [latest stable release](https://devguide.python.org/versions/).
12+
Get 3.12 or newer. I'd avoid any version of python that isn't in the [latest stable release](https://devguide.python.org/versions/).
1313

1414
=== "Windows"
1515

docs/rules/channels.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ output.
5555
The full list, with permissions and arguments, is in the
5656
[Eos documentation](../projects/our-projects/eos.md).
5757

58-
58+
5959
=== "Run code in the chat!"
6060

6161
`>run` executes a Python code-block and replies with the output.

docs/rules/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ When you share something you built:
4444

4545
- **Always include the source code.** A repository, a gist, or a fenced block.
4646
- **Never post an `.exe`**, or any other compiled binary. Nobody can read it,
47-
and nobody should run it. Ever.
47+
and nobody should run it. Ever.
4848

4949
Got something you genuinely need to advertise? Ask a moderator first through the
5050
**/ticket** system. If your heart is pure, and your intentions are good, we will probably let you do it!
@@ -69,7 +69,7 @@ hard to keep this place safe and enjoyable, so trust their judgement — they're
6969
here to help.
7070

7171
Arguing a decision in public channels after it's been made is itself a problem.
72-
[Moderation](moderation.md) explains how to appeal properly.
72+
[Moderation](moderation.md) explains how to appeal properly.
7373

7474
## 6. No jobs or employment advertising
7575

docs/rules/moderation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ What happens when a rule gets broken
1717
| 5 | Kick | Pattern of warnings with no change |
1818
| 6 | Ban | Code of conduct breach, scams, ban evasion |
1919

20-
Steps aren't mandatory stops, and moderators get the final say.
20+
Steps aren't mandatory stops, and moderators get the final say.
2121

2222
## Automatic enforcement
2323

@@ -33,7 +33,7 @@ Some of this is handled by the bot, with no moderator involved.
3333

3434
Quarantine removes your verified role and hides the server's channels. It's
3535
what happens when the bot or a mod thinks your account is compromised, spamming or annoying.
36-
A moderator can release you in seconds once it's sorted.
36+
A moderator can release you in seconds once it's sorted.
3737

3838
## What moderators can see
3939

0 commit comments

Comments
 (0)