Skip to content

Commit d7defeb

Browse files
committed
fix an old python-leap url
1 parent 5bfe77a commit d7defeb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

chapter_01_domain_model.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ class Batch:
303303
`typing.Optional` and `datetime.date`. If you want to double-check
304304
anything, you can see the full working code for each chapter in
305305
its branch (e.g.,
306-
https://github.com/python-leap/code/tree/chapter_01_domain_model[chapter_01_domain_model]).
306+
https://github.com/cosmicpython/code/tree/chapter_01_domain_model[chapter_01_domain_model]).
307307

308308
<3> Type hints are still a matter of controversy in the Python world. For
309309
domain models, they can sometimes help to clarify or document what the

code

Submodule code updated 1 file

0 commit comments

Comments
 (0)