mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-03 15:38:59 +00:00
Fix typos in comments
Review by Stephen Frost and Jonathan S. Katz Discussion: https://postgr.es/m/6EEB2B47-D274-4E65-83B1-2EF8C917C55F%40yesql.se
This commit is contained in:
@ -64,7 +64,7 @@ class Survey(models.Model):
|
||||
|
||||
def save(self):
|
||||
# Make sure only one survey at a time can be the current one
|
||||
# (there may be some small race conditions here, but the likelyhood
|
||||
# (there may be some small race conditions here, but the likelihood
|
||||
# that two admins are editing the surveys at the same time...)
|
||||
if self.current:
|
||||
previous = Survey.objects.filter(current=True)
|
||||
|
Reference in New Issue
Block a user