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

db: Also include import alias in code snippet. #316

Open
abhijeetbodas2001 opened this issue Oct 31, 2024 · 0 comments
Open

db: Also include import alias in code snippet. #316

abhijeetbodas2001 opened this issue Oct 31, 2024 · 0 comments
Assignees

Comments

@abhijeetbodas2001
Copy link

abhijeetbodas2001 commented Oct 31, 2024

In chapter 18,
image

Here, the 2nd code snippet makes a reference to BasicExperiment, which is as yet not mentioned/defined anywhere in the text.

Looking into the code revealed that it is infact an import alias:

from record_original import BasicRec as BasicExperiment

I think it would be better to include this import as well inside the code snippet for clarity.

Also, thanks for all your work on this book! Really enjoying reading it.

@gvwilson gvwilson self-assigned this Oct 31, 2024
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

2 participants