vaexio / vaex

Out-of-Core hybrid Apache Arrow/NumPy DataFrame for Python, ML, visualization and exploration of big tabular data at a billion rows per second 🚀
https://vaex.io
MIT License
8.22k stars 590 forks source link

Fix: Typo in __init__ docstring remote connection #2312

Closed IndexSeek closed 1 year ago

IndexSeek commented 1 year ago

In the docstring in the vaex-core/vaex/init.py file, there was a small typo in the verbiage for connecting to a remote server. Previously, this docstring showed the word "remove" rather than "remote" which could be misleading, although I am sure most would understand the context here.

image

This has been corrected.

image