Skip to content

Commit

Permalink
Update dask/dataframe/core.py
Browse files Browse the repository at this point in the history
Co-Authored-By: mrocklin <mrocklin@gmail.com>
  • Loading branch information
jrbourbeau and mrocklin committed Mar 27, 2019
1 parent bc47430 commit 5dd434f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dask/dataframe/core.py
Expand Up @@ -4751,7 +4751,7 @@ def meta_warning(df):
"It is possible that Dask will guess incorrectly.\n"
"To provide an explicit output types or to silence this message, "
"please provide the `meta=` keyword, as described in the map or "
"apply function that you are using..")
"apply function that you are using.")
if meta_str:
msg += ("\n"
" Before: .apply(func)\n"
Expand Down

0 comments on commit 5dd434f

Please sign in to comment.