Skip to content

Commit 14043a6

Browse files
committed
Fix model docstring
1 parent 4acc369 commit 14043a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

synapse/models/economic.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ def getModelDefs(self):
322322
'doc': 'The time the balance was recorded.'}),
323323

324324
('instrument', ('econ:pay:instrument', {}), {
325-
'doc': 'The financial insutrument holding the balance.'}),
325+
'doc': 'The financial instrument holding the balance.'}),
326326

327327
('pay:card', ('econ:pay:card', {}), {
328328
'deprecated': True,

0 commit comments

Comments
 (0)