From 96b0bdbcd21aadac8ca00230902d6cb48f4bba95 Mon Sep 17 00:00:00 2001 From: jakirkham Date: Wed, 13 Aug 2025 09:11:34 -0800 Subject: [PATCH] Note that TOML tables currently must be one-line Though the spec is changing this. So future libraries will support multi-lines. --- slides.ipynb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/slides.ipynb b/slides.ipynb index cdf7a7f..c80de85 100644 --- a/slides.ipynb +++ b/slides.ipynb @@ -337,6 +337,8 @@ "}\n", "```\n", "\n", + "(TOML 1.0 requires tables (dicts) to be one line. Future TOML versions will allow multi-line tables.)\n", + "\n", "Alternatively\n", "\n", "```toml\n",