Skip to content

Commit 593ab6b

Browse files
FilippoOlivodario-coscia
authored andcommitted
Black formatting
1 parent 7b09bf1 commit 593ab6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pina/collector.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def full(self, value):
6060
@property
6161
def data_collections(self):
6262
"""
63-
Return the data collections (dictionary where data is stored).
63+
Return the data collections (dictionary where data is stored).
6464
6565
:return: The data collections where the data is stored.
6666
:rtype: dict
@@ -116,7 +116,7 @@ def store_fixed_data(self):
116116
def store_sample_domains(self):
117117
"""
118118
Store inside data collections the sampled data of the problem. These
119-
comes from the conditions that require sampling (e.g.
119+
comes from the conditions that require sampling (e.g.
120120
DomainEquationCondition).
121121
"""
122122

0 commit comments

Comments
 (0)