Skip to content

Commit 84108b2

Browse files
authored
MAINT: Remove trailing whitespace.
1 parent 5d9a47e commit 84108b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

statsmodels/iolib/summary2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ def summary_col(results, float_format='%.4f', model_names=(), stars=False,
470470
model info. To use specific information for different models, add a
471471
(nested) info_dict with model name as the key.
472472
Example: `info_dict = {"N":lambda x:(x.nobs), "R2": ..., "OLS":{
473-
"R2":...}}` would only show `R2` for OLS regression models, but
473+
"R2":...}}` would only show `R2` for OLS regression models, but
474474
additionally `N` for all other results.
475475
Default : None (use the info_dict specified in
476476
result.default_model_infos, if this property exists)

0 commit comments

Comments
 (0)