Fixed a terrible typo in the json example - thank you Patrick J

This commit is contained in:
Edward Donner
2025-07-18 07:24:50 -04:00
parent e6f086463a
commit ede2136bc8

View File

@@ -141,7 +141,7 @@
"{\n", "{\n",
" \"links\": [\n", " \"links\": [\n",
" {\"type\": \"about page\", \"url\": \"https://full.url/goes/here/about\"},\n", " {\"type\": \"about page\", \"url\": \"https://full.url/goes/here/about\"},\n",
" {\"type\": \"careers page\": \"url\": \"https://another.full.url/careers\"}\n", " {\"type\": \"careers page\", \"url\": \"https://another.full.url/careers\"}\n",
" ]\n", " ]\n",
"}\n", "}\n",
"\"\"\"" "\"\"\""
@@ -501,7 +501,7 @@
"name": "python", "name": "python",
"nbconvert_exporter": "python", "nbconvert_exporter": "python",
"pygments_lexer": "ipython3", "pygments_lexer": "ipython3",
"version": "3.11.12" "version": "3.11.13"
} }
}, },
"nbformat": 4, "nbformat": 4,