Missing line in fastai docs example "Distributed Training"?

I was looking at the docs example “How to launch a distributed training” [here]
(https://docs.fast.ai/distributed.html) and realized that after fitting, the learner is not being saved. Is the last line of code learn.save() missing? Or in other words: How can I used the trained model after running the script? Thanks a lot!