Skip to content

Commit 285e6f4

Browse files
authored
Merge pull request #575 from jiagengliu/main
a small typo that bugs me a bit.
2 parents ab3335e + f3d3eac commit 285e6f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linearmodels/iv/results.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ def _top_right(self) -> list[tuple[str, str]]:
630630
("P-value (F-stat):", pval_format(self.f_statistic.pval)),
631631
("Distribution:", str(self.f_statistic.dist_name)),
632632
("R-squared (No Effects):", _str(round(self.absorbed_rsquared, 5))),
633-
("Varaibles Absorbed:", _str(self.df_absorbed)),
633+
("Variables Absorbed:", _str(self.df_absorbed)),
634634
]
635635

636636
@property

0 commit comments

Comments
 (0)