[docs] Fix Namespace documentation (#17324)

Authored by: doe1080
This commit is contained in:
doe1080
2026-08-30 00:12:11 +02:00
committed by GitHub
parent fcdbefb85f
commit 3d062c86ea
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -5083,7 +5083,7 @@ class function_with_repr:
class Namespace(types.SimpleNamespace):
"""Immutable namespace"""
"""SimpleNamespace iterable over attribute values"""
def __iter__(self):
return iter(self.__dict__.values())