We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2446ba commit 096b9ecCopy full SHA for 096b9ec
domdf_python_tools/doctools.py
@@ -238,7 +238,7 @@ def wrapper(target: F) -> F:
238
"__contains__": "Return ``key in self``.",
239
"__getitem__": "Return ``self[key]``.",
240
"__setitem__": "Set ``self[key]`` to ``value``.",
241
- "__delitem__": "Delete ``self[key]````.",
+ "__delitem__": "Delete ``self[key]``.",
242
}
243
244
# Check against int
0 commit comments