Skip to content

Commit e7ef425

Browse files
committed
chore(Finset.pi): fix typo in docstring (leanprover-community#36964)
1 parent a0ead74 commit e7ef425

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Mathlib/Data/Finset/Pi.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ variable {β : α → Type u} {δ : α → Sort v} {s : Finset α} {t : ∀ a, F
4444
section
4545
variable [DecidableEq α]
4646

47-
/-- Given a finset `s` of `α` and for all `a : α` a finset `t a` of `δ a`, then one can define the
47+
/-- Given a finset `s` of `α` and for all `a : α` a finset `t a` of `β a`, then one can define the
4848
finset `s.pi t` of all functions defined on elements of `s` taking values in `t a` for `a ∈ s`.
4949
Note that the elements of `s.pi t` are only partially defined, on `s`. -/
5050
def pi (s : Finset α) (t : ∀ a, Finset (β a)) : Finset (∀ a ∈ s, β a) :=

0 commit comments

Comments
 (0)