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 2650603 commit 691c5c1
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 @@ -346,7 +346,7 @@
"source": [
"It was noted earlier that Hosts, generally speaking, should never \"string munge\" an existing entity reference to derive another one as this makes assumptions about how any manager may work. This is guaranteed to be different for each manager. \n",
"\n",
"Entity references shold be considerd \"opaque handles\", and instead use the appropriate API methods to achieve the same end.\n",
"Entity references should be considerd \"opaque handles\", and instead use the appropriate API methods to achieve the same end.\n",
"\n",
"We can use the `EntityVersionsRelationshipSpecification` from the `specifications.lifecycle` module, which defines a well-known relationship trait set for querying different versions of the same entity using the `getWithRelationship` method:"
]
Expand Down

0 comments on commit 691c5c1

Please sign in to comment.