Skip to content

Commit 32654c1

Browse files
committed
fix typo
1 parent 849cf96 commit 32654c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ it looks something like:
1818
}
1919
2020
When we load the fixture (using ``piccolo fixtures load``) we need to be
21-
careful in case ``BaseUser`` tries to hash it again (it would then be a hash of
21+
careful in case ``BaseUser`` tries to hash the password again (it would then be a hash of
2222
a hash, and hence incorrect). We now have additional checks in place to prevent
2323
this.
2424

0 commit comments

Comments
 (0)