From a125f31c591f501a497137d5080402ba9539b99b Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Mon, 5 Apr 2021 16:06:48 +0200 Subject: [PATCH] Auto: misc. --- journal/2021-04-05.md | 1 + later.md | 2 +- python-type-annotations.md | 4 ++++ 3 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 python-type-annotations.md diff --git a/journal/2021-04-05.md b/journal/2021-04-05.md index 85a2cd104..daa2c50ec 100644 --- a/journal/2021-04-05.md +++ b/journal/2021-04-05.md @@ -8,6 +8,7 @@ - [[cringe]] - [[johnny mnemonic]] - [[beefsteak]] +- [[python type annotations]] - [[done]] - fixed trailing spaces in [[agora search]] - [[agora server]] diff --git a/later.md b/later.md index 7a325773b..c3a603e0a 100644 --- a/later.md +++ b/later.md @@ -1,7 +1,7 @@ # later - [[push]] [[do]] - - Thoughts that came up while I was doing [[pomodoro]]. + - Thoughts that come up while I was doing [[pomodoro]]. - Write a post about my virtual desktop setup. - [[pull]] means [[uprank]] - check out [[gtoolkit]] diff --git a/python-type-annotations.md b/python-type-annotations.md new file mode 100644 index 000000000..d78f8f707 --- /dev/null +++ b/python-type-annotations.md @@ -0,0 +1,4 @@ +# python type annotations + +- [[go]] https://github.com/python/cpython/blob/3.9/Lib/typing.py +