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 fc1cc44 commit 62a9f99Copy full SHA for 62a9f99
mkdocstrings_handlers/vba/types.py
@@ -21,7 +21,7 @@ class VbaArgumentInfo:
21
def render(self):
22
parts = []
23
if self.optional:
24
- parts.append(self.optional)
+ parts.append("Optional")
25
if self.modifier:
26
parts.append(self.modifier)
27
parts.append(self.name)
0 commit comments