Skip to content

Commit 56d4504

Browse files
committed
Minor docstring tweak
1 parent 62e3421 commit 56d4504

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypy/semanal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3942,7 +3942,7 @@ def remove_imported_names_from_symtable(names: SymbolTable,
39423942

39433943

39443944
def make_any_non_explicit(t: Type) -> Type:
3945-
"""Replace all Any types within in with Any that has attribute 'explicit' set to False"""
3945+
"""Replace all Any types within in with Any that has attribute 'explicit' set to False."""
39463946
return t.accept(MakeAnyNonExplicit())
39473947

39483948

0 commit comments

Comments
 (0)