Skip to content

Commit d30fc50

Browse files
committed
Fix trailing tab
1 parent 7d01867 commit d30fc50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Transformations may require multiple input columns. In these cases, the column n
109109
>>> mapper2 = DataFrameMapper([
110110
... (['children', 'salary'], sklearn.decomposition.PCA(1))
111111
... ])
112-
112+
113113
Now running ``fit_transform`` will run PCA on the ``children`` and ``salary`` columns and return the first principal component::
114114

115115
>>> np.round(mapper2.fit_transform(data.copy()), 1)

0 commit comments

Comments
 (0)