Skip to content

Commit

Permalink
Remove errant punctuation
Browse files Browse the repository at this point in the history
  • Loading branch information
tkaemming committed Dec 16, 2023
1 parent fe8c88a commit b042f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posthog/models/person/person.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ class FlatPersonOverride(models.Model):
* A person should only appear as an "old" person at most once for a given
team (as appearing more than once would imply they were merged into
multiple people.)
* A person cannot be merged into themselves (i.e. be both the "old" and .
* A person cannot be merged into themselves (i.e. be both the "old" and
"override" person within a given row.)
* A person should only appear in a table as _either_ an "old" person or
"override" person for a given team -- but never both, as this would
Expand Down

0 comments on commit b042f2f

Please sign in to comment.