From 30b8bebfcb860bedd5b9bab9c431f2cb17a934bd Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Thu, 29 Feb 2024 14:32:35 +0100 Subject: [PATCH] I think we're done here --- assignment.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assignment.ipynb b/assignment.ipynb index 15eea39..9fcd8ca 100644 --- a/assignment.ipynb +++ b/assignment.ipynb @@ -2,7 +2,7 @@ "cells": [ { "cell_type": "code", - "execution_count": 104, + "execution_count": 106, "metadata": {}, "outputs": [], "source": [ @@ -71,7 +71,7 @@ " (String) height\n", "\n", " Returns:\n", - " Generator[Cat]: A list of cat objects from the JSON object.\n", + " Generator[Cat]: A Generator object creating cat objects from the JSON object.\n", " \"\"\"\n", "\n", " for cat in cat_json:\n",