Skip to content

Commit

Permalink
Update synapse/models/transport.py
Browse files Browse the repository at this point in the history
Co-authored-by: Cisphyx <[email protected]>
  • Loading branch information
invisig0th and Cisphyx authored Jan 21, 2025
1 parent 516edf7 commit ce06b52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synapse/models/transport.py
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ def getModelDefs(self):
('transport:land:vehicle', {}, (

('type', ('transport:land:vehicle:type:taxonomy', {}), {
'doc': 'A type taxonomy for land vehicles.'}),
'doc': 'The type of land vehicle.'}),

('desc', ('str', {}), {
'doc': 'A description of the vehicle.'}),
Expand Down

0 comments on commit ce06b52

Please sign in to comment.