Skip to content

Commit 79817e7

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 3b07f25 commit 79817e7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/monthly-meeting/2023-12.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ Please take a second to read through it!
3232
* [Ryan] standard library documentation reference and adding types to it in a structured way. For example, `collections.Counter.most_common` could be written
3333

3434
most_common(n: int) -> list[tuple[Any, int]]
35-
35+
3636
[Petr] ... or `list[tuple[KeyType, int]]`?
37-
37+
3838
- this has been discussed. There was opposition to adding the types to the stdlib code itself.
3939
- [JDLH] I sometimes wish for more normative, less chatty module documentation. e.g. [*heapq* module](https://docs.python.org/3/library/heapq.html). e.g. old issue 29428 [*Doctest documentation unclear about multi-line fixtures*](https://bugs.python.org/issue29428).
4040

@@ -69,7 +69,7 @@ Please take a second to read through it!
6969
* There are some "easy" issues, although they can occasionally not be actually-easy.
7070
* Interested in documentation, look at diataxis and make changes?
7171
* Diataxis is kinda abstract for newcomers.
72-
*
72+
*
7373

7474
## Next meeting
7575

0 commit comments

Comments
 (0)