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 +