We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b499ce commit 4fe2961Copy full SHA for 4fe2961
1 file changed
src/driver/common.rs
@@ -371,7 +371,7 @@ macro_rules! impl_copy_records_method {
371
/// pass Python values directly (the same conversions used by
372
/// `execute`). Mirrors `asyncpg.Connection.copy_records_to_table`.
373
///
374
- /// The encoder follows asyncpg's algorithm: a single BytesMut
+ /// The encoder follows asyncpg's algorithm: a single `BytesMut`
375
/// accumulator flushed into 512 KiB (`_COPY_BUFFER_SIZE`) chunks.
376
/// All rows are encoded during the GIL pass; chunks are sent to the
377
/// server in a second pass after the GIL is released.
0 commit comments