File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ def read(
7373 where the path follows the
7474 `JSON Pointer (RFC 6901) <https://www.rfc-editor.org/rfc/rfc6901>`_.
7575 jetstream_stream_name: if specified, the
76- `JetStream <https://docs.nats.io/nats-concepts/jetstream>_` extension is used.
76+ `JetStream <https://docs.nats.io/nats-concepts/jetstream>`_ extension is used.
7777 In this case, the specified stream will be used.
7878 durable_consumer_name: the name of the durable pull consumer to use with JetStream.
7979 If not specified, the consumer will be created automatically with default
@@ -260,7 +260,7 @@ def write(
260260 of a single column of the string type.
261261 delimiter: field delimiter to be used in case of delimiter-separated values format.
262262 jetstream_stream_name: if specified, the
263- `JetStream <https://docs.nats.io/nats-concepts/jetstream>_` extension is used.
263+ `JetStream <https://docs.nats.io/nats-concepts/jetstream>`_ extension is used.
264264 In this case, the specified stream will be used.
265265 value: reference to the column that should be used as a payload in
266266 the produced message in ``"plaintext"`` or ``"raw"`` format. It can be deduced
You can’t perform that action at this time.
0 commit comments