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 3b9fef4 commit 2668310Copy full SHA for 2668310
docs/classic-ui/portlets.md
@@ -85,7 +85,7 @@ class Assignment(base.Assignment):
85
@property
86
def title(self):
87
"""This property is used to give the title of the portlet in the
88
- "manage portlets" screen. Heres, we use the message as a part of the title.
+ "manage portlets" screen. Here we use the message as a part of the title.
89
"""
90
return f"Greeting: {self.message}"
91
0 commit comments