paleolimbot opened a new pull request, #96:
URL: https://github.com/apache/sedona-db/pull/96

   Our README and high-level Python documentation all use `import sedona.db` 
and `sedona.db.connect()`, however, all the Python docstrings predated that and 
used a different convention.
   
   This PR adds a dummy `sedona` module and imports its to allow the docstrings 
to align with the documentation. This works because `pytest --doctest-modules` 
runs docstring examples in the context of the current module.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to