Skip to content

Commit f3a3cb6

Browse files
linglpCopilot
andauthored
fix typo
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 57010cf commit f3a3cb6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

synapseclient/models/table_components.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ class SumFileSizes:
4545
sum_file_size_bytes: int = None
4646
"""The sum of the file size in bytes."""
4747

48-
greater_than: bool = None
49-
"""When true, the actual sum of the files sizes is greater than the value provided with 'sumFileSizesBytes'. When false, the actual sum of the files sizes is equlas the value provided with 'sumFileSizesBytes'"""
48+
"""When true, the actual sum of the files sizes is greater than the value provided with 'sumFileSizesBytes'. When false, the actual sum of the files sizes is equals the value provided with 'sumFileSizesBytes'"""
5049

5150

5251
@dataclass

0 commit comments

Comments
 (0)