Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing Colons Example 17.11 Implementing pour_syrup() RPC with DRF #217

Open
davemolk opened this issue Feb 3, 2022 · 0 comments
Open

Comments

@davemolk
Copy link

davemolk commented Feb 3, 2022

Location within the Book

  • Chapter or Appendix: 17
  • Section: 17.4
  • Subsection: 17.4.1
  • Example: 17.11: Implementing pour_syrup() RPC with DRF

Description

Missing colon on line 55 (except Syrup.DoesNotExist)
Missing colon on line 60 (def get(self, request, *args, **kwargs))

(this is the case in both the PDF and the GitHub repo)
https://github.com/feldroy/two-scoops-of-django-3.x/blob/master/code/chapter_17_example_11.py

Possible Solutions

Insert missing colons in line 55 and 60 of the code and text.

Your full name so we can provide accurate credit within the book

Dave Molk

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant