Skip to content

Commit 1ea48e2

Browse files
chore: remove extra hashes in docs
1 parent 5f9129a commit 1ea48e2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/api/client.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,8 @@ Basic Classification
153153
async for result in results:
154154
for output in result.outputs:
155155
# Manually map classifications, as the generated grpc
156-
# implementation # for __str__ will ignore weights of 0.0,
157-
# which are common, especially # for binary classifications
156+
# implementation for __str__ will ignore weights of 0.0,
157+
# which are common, especially for binary classifications
158158
# such as hash checks
159159
classifications = {
160160
c.label: c.weight

0 commit comments

Comments
 (0)