Skip to content

Commit 806b274

Browse files
committed
fix doc typo
1 parent ec0cff1 commit 806b274

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patsy/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -904,7 +904,7 @@ def build_design_matrices(builders, data,
904904
doesn't depend on the data (it has no factors). For this formula, it's
905905
obvious what every row in the design matrix should look like (just the
906906
value ``1``); but, how many rows like this should there be? To determine
907-
the number of rows in a design matrix, this function alwasy checks in the
907+
the number of rows in a design matrix, this function always checks in the
908908
following places:
909909
910910
* If ``data`` is a :class:`pandas.DataFrame`, then its number of rows.

0 commit comments

Comments
 (0)