Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Fix typo

Signed-off-by: Gus Monod <[email protected]>
  • Loading branch information
Gus Monod authored and sarahmonod committed Dec 20, 2023
1 parent a0b6893 commit a531ce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tips.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Best Practices, Tips, and Tricks
a unicode string should have been passed.

An error message saying "incompatible values from SQL string of length 3 to
bbytearray field 'bar'" most likely means that you passed a unicode string
bytearray field 'bar'" most likely means that you passed a unicode string
where a byte string should have been passed. Note the byte string must be
*exactly* the length of the column. No padding is performed automatically,
unless the column is declared with a ``dbpad`` attribute in the csc2 schema
Expand Down

0 comments on commit a531ce8

Please sign in to comment.