From ff130390a31839bd08429457880ba8919621256b Mon Sep 17 00:00:00 2001 From: Tom Cowland Date: Wed, 15 Nov 2023 10:19:57 +0000 Subject: [PATCH] fixup! [Docs] Add Juypyter notebook covering version workflows Co-authored-by: David Feltell <7827094+feltech@users.noreply.github.com> Signed-off-by: Tom Cowland --- examples/versioning.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/versioning.ipynb b/examples/versioning.ipynb index 65038a9..16502d3 100644 --- a/examples/versioning.ipynb +++ b/examples/versioning.ipynb @@ -496,7 +496,7 @@ "from openassetio_mediacreation.traits.identity import DisplayNameTrait\n", "from openassetio_mediacreation.traits.lifecycle import VersionTrait\n", "\n", - "# We can re-use the list of references to batch-resolve severeal traits for \n", + "# We can re-use the list of references to batch-resolve several traits for \n", "# all versions at once. This can be useful for buliding menus/pickers/etc...\n", "# Batching helps mitigate the cost of expensive database lookups that incur\n", "# a fixed per-call cost due to network latency\n",