diff options
author | Prabhu Ramachandran | 2017-11-13 13:54:23 +0530 |
---|---|---|
committer | Prabhu Ramachandran | 2017-11-13 13:54:23 +0530 |
commit | 3150557cb953c95ef3e57cce356ea0196f3183ff (patch) | |
tree | 1f52128db7574dd227f68eb9d91ccf0c1aca5d2b /advanced_python/Makefile | |
parent | f43af0023d3a70ecebb18e0c18cebcffdd4ca21c (diff) | |
download | python-workshops-3150557cb953c95ef3e57cce356ea0196f3183ff.tar.gz python-workshops-3150557cb953c95ef3e57cce356ea0196f3183ff.tar.bz2 python-workshops-3150557cb953c95ef3e57cce356ea0196f3183ff.zip |
Split only_kwarg_closure into two.
Diffstat (limited to 'advanced_python/Makefile')
-rw-r--r-- | advanced_python/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/advanced_python/Makefile b/advanced_python/Makefile index 6bbe2f5..a9d95d2 100644 --- a/advanced_python/Makefile +++ b/advanced_python/Makefile @@ -7,7 +7,8 @@ SLIDES= intro.pdf \ names_objects.pdf \ varargs_kwargs.pdf \ - only_kwarg_closure.pdf + only_kwargs.pdf \ + closures.pdf all: $(SLIDES) |