Skip to content

Commit

Permalink
fixup! [Docs] Add Juypyter notebook covering version workflows
Browse files Browse the repository at this point in the history
Co-authored-by: David Feltell <7827094+feltech@users.noreply.github.com>
Signed-off-by: Tom Cowland <tom@foundry.com>
  • Loading branch information
foundrytom and feltech authored Nov 15, 2023
1 parent ff13039 commit c30dadd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/versioning.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@
"from openassetio_mediacreation.traits.lifecycle import VersionTrait\n",
"\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",
"# all versions at once. This can be useful for building 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",
"all_versions_entity_data = manager.resolve(\n",
Expand Down

0 comments on commit c30dadd

Please sign in to comment.