Skip to content

Commit 2c7e350

Browse files
Christopher Whelanwesm
authored andcommitted
Update docstring to reflect deprecation of force_unicode
1 parent 25de028 commit 2c7e350

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pandas/core/format.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@
5555
index_names : bool, optional
5656
Prints the names of the indexes, default True
5757
force_unicode : bool, default False
58-
Always return a unicode result
58+
Always return a unicode result. Deprecated in v0.10.0 as string
59+
formatting is now rendered to unicode by default.
5960
6061
Returns
6162
-------

0 commit comments

Comments
 (0)