Skip to content

Commit

Permalink
function -> class in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
mivanit committed Jul 15, 2023
1 parent e558935 commit 0ebef83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion muutils/kappa.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
util for constructing a class which has a getitem method which just calls a function
a `lambda` is an anonymous function: kappa is the letter before lambda in the greek alphabet,
hence the name of this function"""
hence the name of this class"""

from typing import Callable, Mapping, TypeVar

Expand Down

0 comments on commit 0ebef83

Please sign in to comment.