Skip to content
Snippets Groups Projects
Commit 25c363e9 authored by CodingCat's avatar CodingCat Committed by Reynold Xin
Browse files

[MINOR] inaccurate comments for showString()

Author: CodingCat <zhunansjtu@gmail.com>

Closes #8050 from CodingCat/minor and squashes the following commits:

5bc4b89 [CodingCat] inaccurate comments
parent a3aec918
No related branches found
No related tags found
No related merge requests found
...@@ -168,7 +168,7 @@ class DataFrame private[sql]( ...@@ -168,7 +168,7 @@ class DataFrame private[sql](
} }
/** /**
* Internal API for Python * Compose the string representing rows for output
* @param _numRows Number of rows to show * @param _numRows Number of rows to show
* @param truncate Whether truncate long strings and align cells right * @param truncate Whether truncate long strings and align cells right
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment