Skip to content

Commit 4a79d47

Browse files
committed
improved docstring description
1 parent 73f26f2 commit 4a79d47

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

synapseclient/extensions/curator/schema_management.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def register_jsonschema(
3434
schema_path: Path to the JSON schema file to register
3535
organization_name: Name of the organization to register the schema under
3636
schema_name: Name of the JSON schema
37-
fix_schema_name: Whether to fix the schema name to meet Synapse requirements by replacing
37+
fix_schema_name: If True, fixes the schema name to meet Synapse requirements by replacing
3838
dashes and underscores with periods. Defaults to False.
3939
schema_version: Optional version of the schema (e.g., '0.0.1').
4040
If not specified, a version will be auto-generated.
@@ -95,7 +95,7 @@ async def register_jsonschema_async(
9595
schema_path: Path to the JSON schema file to register
9696
organization_name: Name of the organization to register the schema under
9797
schema_name: The name of the JSON schema
98-
fix_schema_name: Whether to fix the schema name to meet Synapse requirements by replacing
98+
fix_schema_name: If True, fixes the schema name to meet Synapse requirements by replacing
9999
dashes and underscores with periods. Defaults to False.
100100
schema_version: Optional version of the schema (e.g., '0.0.1').
101101
If not specified, a version will be auto-generated.

0 commit comments

Comments
 (0)