Skip to content

Commit 5710e93

Browse files
committed
docstring tweak
1 parent 4a6566d commit 5710e93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/lg-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ See [Python builtins](lg-builtins.md#len---length) for an explanation of why `le
9797

9898
### FixedBytes
9999

100-
[`algopy.FixedBytes[T]`](#algopy.FixedBytes) represents the underlying AVM `bytes[T]` type where `T` is the literal number denoting the length of the bytes sequence. It is intended to represent binary data, for UTF-8 it might be preferable to use [String](#string).
100+
[`algopy.FixedBytes[T]`](#algopy.FixedBytes) represents the underlying AVM `bytes[]` type where `T` is the literal number denoting the length of the bytes sequence. It is intended to represent binary data, for UTF-8 it might be preferable to use [String](#string).
101101

102102
```python
103103
# you can instantiate with a bytes literal

0 commit comments

Comments
 (0)