Skip to content

Commit fd2a848

Browse files
authored
Fix typos (#75)
* Fix typos * Fix stale link * Bump GitHub Actions
1 parent 0b67c95 commit fd2a848

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

.github/workflows/test-build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99

1010
steps:
1111
- name: Check out repository
12-
uses: actions/checkout@v2
12+
uses: actions/checkout@v3
1313

1414
- name: Set up Python 3
15-
uses: actions/setup-python@v2
15+
uses: actions/setup-python@v4
1616
with:
1717
python-version: '3.x'
1818
cache: "pip"

docs/monthly-meeting/2022-02.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ This is a place to make announcements (without a need for discussion). This is a
4141
>
4242
>> editor's note: it doesn't work outside HackMD, and has been replaced by [name] in this document
4343
44-
> I've been making a decent amount of progress on the Sphinx theme, and spent some time reading the implemention of https://github.com/python/docsbuild-scripts [Pradyun]
44+
> I've been making a decent amount of progress on the Sphinx theme, and spent some time reading the implementation of https://github.com/python/docsbuild-scripts [Pradyun]
4545
4646
> Thanks @encukou for kicking this off. :tada: [willingc]
4747
@@ -58,7 +58,7 @@ A "guidance document is at the end of the document"
5858

5959
[Carol] We started the group to provide editorial guidance that included non-core devs as well as core devs that lets people contribute.
6060

61-
[Petr] If we come up with guidance, the Docs-WG should probably ratify it. The PSF / SC might need to ratify this. Will have community input, but Docs-WG is teh final arbiters.
61+
[Petr] If we come up with guidance, the Docs-WG should probably ratify it. The PSF / SC might need to ratify this. Will have community input, but Docs-WG is the final arbiter.
6262

6363
[Julien] Every one of us can review PRs; if 6 of us say this is good, it'll be very hard for people to say "this is my kingdom, don't touch it".
6464

@@ -81,7 +81,7 @@ Guidance, like dividing docs into 4 quadrants, would help.
8181

8282
[Carol] Another thing to keep in mind: we can create new docs. e.g. print returns None might be a completely new set of docs. A user could find it with search, but doesn't need to edit the *reference* docs.
8383

84-
[James] Optimising for the audience is indeed relevant. An expereinced dev knows print returns None, but a beginner would miss the information burried in the middle of a paragraph. Targeting for different audiences can make it more optimised for it.
84+
[James] Optimising for the audience is indeed relevant. An experienced dev knows print returns None, but a beginner would miss the information buried in the middle of a paragraph. Targeting for different audiences can make it more optimised for it.
8585

8686
> Audience is a good point on consumers of documentation.
8787
@@ -95,7 +95,7 @@ Guidance, like dividing docs into 4 quadrants, would help.
9595
9696
[Petr] Good to have folks with different experience here.
9797

98-
[CAM] Indeed! It's super valuable in working on documentation to have multiple expereince levels.
98+
[CAM] Indeed! It's super valuable in working on documentation to have multiple experience levels.
9999

100100
[Petr] Autogeneration is related to the skimming-prose aspects we just discussed -- let's defer that for later.
101101

@@ -117,7 +117,7 @@ Even if Docs WG is the place where people submit ideas and others implement them
117117

118118
[Mariatta] Do we need CLA for documentation?
119119

120-
[Julien] We don't have one for the French translation -- just have a nore that all contributions are CC0.
120+
[Julien] We don't have one for the French translation -- just have a note that all contributions are CC0.
121121

122122
[Petr] That's a question for VanL.
123123

docs/monthly-meeting/2022-03.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Please take a second to read through it!
5050

5151
### Python Language Summit @ PyCon US
5252

53-
- If there's any updates/issues that would be relavant to the Python core developers, this would be a good place for presenting that for discussion!
53+
- If there's any updates/issues that would be relevant to the Python core developers, this would be a good place for presenting that for discussion!
5454
- Still in planning stage, but worth it to start thinking about it now, if you want to bring up something for discussion.
5555
- Petr gave a summary of what the event will look like.
5656
- In-person event, at PyCon US 2022.

docs/monthly-meeting/2022-08.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Please take a second to read through it!
7171
- Pradyun: PEP is our tool for consensus building.
7272
- Hugo: With [PEP 676](https://peps.python.org/pep-0676/): work was done ahead before the PEP, and we didn't really know who was going to make the decision of it, and after the PEP there was more clarity of who makes the decision.
7373
- CAM: a PEP can be design docs or detailed plan, but can also be a rationale.
74-
- Pradyun: We don't want to put in process that makes it more diffcult for people to contribute.
74+
- Pradyun: We don't want to put in process that makes it more difficult for people to contribute.
7575

7676
## Next meeting
7777

docs/monthly-meeting/2022-11.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Please take a second to read through it!
3333
- Ezio: devguide, [CSV with status of Python branches](https://github.com/python/devguide/pull/884), [OpenGraph metadata for devguide et al.](https://github.com/python/devguide/pull/953), catching up after a busy month
3434
- Erlend: getting help from Cam on two huge PRs on SQLite docs
3535
- Hugo: OpenGraph extension on DevGuide, created PR on Sphinx extension to improve SEO, now does `meta description` in addition to `meta og:...`, plus bug fix in `dirhtml` used to generate the pages.
36-
- Cam: attended core dev sprint, helped a lot of people get things done. Will work on whats new. New Sphinx roles for linking Python source code & GitHub. automate checking if things added in new version is documented, docstrings updated, deprecation tracking.
36+
- Cam: attended core dev sprint, helped a lot of people get things done. Will work on what's new. New Sphinx roles for linking Python source code & GitHub. automate checking if things added in new version is documented, docstrings updated, deprecation tracking.
3737

3838
## Agenda items
3939

docs/monthly-meeting/2022-12.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ Please take a second to read through it!
6262
* e.g.: is it documented outside the PEP? Add a note?
6363
* @CAM-Gerlach will open an issue to discuss adding checklists for new, Approved/Rejected and Final PEPs (opened as [python/peps#2937](https://github.com/python/peps/issues/2937))
6464
* Status for PEP 659?
65-
* @CAM-Gerlach will open issue proposing a list of obselete PEPs to the SC to be formally rejected
66-
* We may need an obselete status?
65+
* @CAM-Gerlach will open issue proposing a list of obsolete PEPs to the SC to be formally rejected
66+
* We may need an obsolete status?
6767

6868
### Improve SEO for CPython docs
6969

0 commit comments

Comments
 (0)