Skip to content

Commit

Permalink
typo ascii
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenbreddels committed Jul 16, 2020
1 parent 5d4ecc5 commit 62e8302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vaex-core/vaex/dataframe.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def get_main_executor():
_doc_snippets['chunk_size_export'] = 'Number of rows to be written to disk in a single iteration'
_doc_snippets['evaluate_parallel'] = 'Evaluate the (virtual) columns in parallel'
_doc_snippets['array_type'] = 'Type of output array, possible values are None/"numpy" (ndarray), "xarray" for a xarray.DataArray, or "list" for a Python list'
_doc_snippets['ascii'] = 'Transform only ascii character (usually faster).'
_doc_snippets['ascii'] = 'Transform only ascii characters (usually faster).'


def docsubst(f):
Expand Down

0 comments on commit 62e8302

Please sign in to comment.