mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-01 15:54:53 +00:00
Fix typo in comments
s/tring/string/
This commit is contained in:
@ -63,7 +63,7 @@ def _get_attr_value(obj, fieldname):
|
||||
# (trying to get the value will return None for it)
|
||||
return ''
|
||||
|
||||
# Return the value, or an empty tring if it's NULL (migrated records)
|
||||
# Return the value, or an empty string if it's NULL (migrated records)
|
||||
return str(getattr(obj, fieldname)) or ''
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user