Skip to content

Commit 38336a0

Browse files
author
Scott Sanderson
committed
DOC: Clarify docstring.
1 parent 26801a0 commit 38336a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/typed_signature.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
A subclass of inspect.signature that knows what kind of type it came from.
2+
A wrapper around inspect.signature that knows what kind of type it came from.
33
44
This is useful for when we care about the distinction between different kinds
55
of callables, e.g., between methods, classmethods, and staticmethods.

0 commit comments

Comments
 (0)