Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 31, 2023
1 parent 3b07f25 commit 79817e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/monthly-meeting/2023-12.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ Please take a second to read through it!
* [Ryan] standard library documentation reference and adding types to it in a structured way. For example, `collections.Counter.most_common` could be written

most_common(n: int) -> list[tuple[Any, int]]

[Petr] ... or `list[tuple[KeyType, int]]`?

- this has been discussed. There was opposition to adding the types to the stdlib code itself.
- [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).

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

## Next meeting

Expand Down

0 comments on commit 79817e7

Please sign in to comment.