Skip to content

Commit

Permalink
Fix write_communication_to_buffer docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
ccmaymay authored Oct 10, 2023
1 parent ab3f928 commit e19f6e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion concrete/util/mem_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def write_communication_to_buffer(comm):
comm (Communication): communication to serialize
Returns:
Communication: Communication read from buffer
bytes: serialized communication
'''
transport = TMemoryBuffer()
protocol = factory.createProtocol(transport)
Expand Down

0 comments on commit e19f6e0

Please sign in to comment.