I was browsing through the docs, and I copy pasted a code snippet from the examples section. It was missing an import statement included in the original example file but not in the docs. I've added all those missing line numbers in the examples.rst file.
It is very important to keep up to date tests and documentation.
Changes proposed in this PR
I was browsing through the docs, and I copy pasted a code snippet from the examples section. It was missing an import statement included in the original example file but not in the docs. I've added all those missing line numbers in the
examples.rst
file.It is very important to keep up to date tests and documentation.
Is your code right?
flake8
passed