[MINOR] inaccurate comments for showString()

Author: CodingCat <zhunansjtu@gmail.com>

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

5bc4b89 [CodingCat] inaccurate comments
This commit is contained in:
CodingCat 2015-08-08 18:22:46 -07:00 committed by Reynold Xin
parent a3aec918be
commit 25c363e93b

View file

@ -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
*/ */