Skip to content

Commit

Permalink
namedtuple (in index)
Browse files Browse the repository at this point in the history
  • Loading branch information
hjwp committed Mar 10, 2020
1 parent 1e43238 commit 501d9e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapter_01_domain_model.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@ class OrderLine:
----
====

One of the nice things ((("named tuples", seealso="dataclasses")))that dataclasses (or namedtuples) give us is _value
One of the nice things ((("namedtuples", seealso="dataclasses")))that dataclasses (or namedtuples) give us is _value
equality_, which is the fancy way of saying, "Two lines with the same `orderid`,
`sku`, and `qty` are equal."

Expand Down

0 comments on commit 501d9e1

Please sign in to comment.