BoboTiG / python-mss

An ultra fast cross-platform multiple screenshots module in pure Python using ctypes.
https://pypi.org/project/mss/
MIT License
1.04k stars 94 forks source link

docs: include imports statements in examples code snippets #295

Closed shravanasati closed 1 month ago

shravanasati commented 1 month ago

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?

BoboTiG commented 1 month ago

Thank you @shravanasati 🥂