Skip to content

Commit 0f6c858

Browse files
committed
wording
1 parent 5e1ad89 commit 0f6c858

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/represent.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ The bitarray has to be multiple of length 1, 2, 3, 4, 5 or 6 respectively:
137137
Note that ``ba2base(2, a)`` is equivalent to ``a.to01()`` and
138138
that ``ba2base(16, a)`` is equivalent to ``ba2hex(a)``.
139139
Unlike ``ba2hex()``, ``ba2base()`` does not take advantage of byte level
140-
operations and is therefore a slower, although it is still implemented in C.
140+
operations and is therefore slower, although it is also implemented in C.
141141
The inverse function is called ``base2ba()``.
142142

143143

0 commit comments

Comments
 (0)