mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2026-08-15 13:03:08 +00:00
Fix docstring formatting in draw_plugman_logo
Corrected formatting of the docstring for draw_plugman_logo.
This commit is contained in:
parent
8afa18a44f
commit
e04b4bd319
1 changed files with 2 additions and 1 deletions
|
|
@ -177,7 +177,8 @@ def partial_format(string_template, **kwargs):
|
||||||
|
|
||||||
|
|
||||||
def draw_plugman_logo(parent, position, size, draw_controller=None):
|
def draw_plugman_logo(parent, position, size, draw_controller=None):
|
||||||
"""Draws the Plugman logo with automatically scaled elements(crafted by brostos).
|
"""
|
||||||
|
Draws the Plugman logo with automatically scaled elements(crafted by brostos).
|
||||||
|
|
||||||
The Wizard is the Plugin Manager
|
The Wizard is the Plugin Manager
|
||||||
🧙♂️ The Wizard & Wand
|
🧙♂️ The Wizard & Wand
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue