mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fix typo
This commit is contained in:
parent
9d0f3ce90b
commit
64f5253bd3
@ -59,7 +59,7 @@ def print_code(outstream, name, module, info=None):
|
|||||||
print_code(
|
print_code(
|
||||||
target, "PgAdminModule", PgAdminModule,
|
target, "PgAdminModule", PgAdminModule,
|
||||||
"""
|
"""
|
||||||
PgAdminModule is inherted from Flask.Blueprint module.
|
PgAdminModule is inherited from Flask.Blueprint module.
|
||||||
This module defines a set of methods, properties and attributes,
|
This module defines a set of methods, properties and attributes,
|
||||||
that every module should implement.
|
that every module should implement.
|
||||||
""")
|
""")
|
||||||
|
Loading…
Reference in New Issue
Block a user