Skip to content

Commit 7b7a998

Browse files
committed
Condense docstring for UnresolvedMarkerWarning
1 parent 91533b5 commit 7b7a998

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dependency_injector/wiring.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ class DIWiringWarning(RuntimeWarning):
141141

142142

143143
class UnresolvedMarkerWarning(DIWiringWarning):
144-
"""Warning raised for markers (Provide, Provider, Closing) with string identifiers that cannot be resolved against current container."""
144+
"""Warning raised when a marker with string identifier cannot be resolved against container."""
145145

146146

147147
class PatchedRegistry:

0 commit comments

Comments
 (0)