From aa972c35c0a7238e5c339e5e8c3318980a9464a8 Mon Sep 17 00:00:00 2001 From: Qiusheng Wu Date: Wed, 4 Dec 2024 11:37:05 -0500 Subject: [PATCH] Fix typos --- docs/notebooks/102_fused.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/notebooks/102_fused.ipynb b/docs/notebooks/102_fused.ipynb index 00b206a749..2fcb16ca76 100644 --- a/docs/notebooks/102_fused.ipynb +++ b/docs/notebooks/102_fused.ipynb @@ -1,4 +1,4 @@ -{ +{Buildings "cells": [ { "cell_type": "markdown", @@ -138,7 +138,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Fetch Overture Bulidings GDF with Fused UDF\n", + "# Fetch Overture Buildings GDF with Fused UDF\n", "gdf = fused.run(\"UDF_Overture_Maps_Example\", bbox=gdf_drawing)" ] },