-
Type: Task
-
Resolution: Done
-
Priority: Minor - P4
-
Affects Version/s: None
-
Component/s: Docs
-
None
The legacy CRUD API didn't have to include examples. It just linked back to the MongoDB shell docs since PyMongo's API emulated the shell.
This is no longer the case with the new CRUD API. Add repl examples to the docstrings for the new CRUD methods added in PYTHON-820 and PYTHON-821, and other methods on Database and Collection.