From 22def0d198732fbf5e35b5db97b881920b681a33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edgar=20Ram=C3=ADrez=20Mondrag=C3=B3n?= <16805946+edgarrmondragon@users.noreply.github.com> Date: Mon, 15 Jul 2024 16:14:00 -0600 Subject: [PATCH] Update docs/stream_maps.md --- docs/stream_maps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/stream_maps.md b/docs/stream_maps.md index ee65cafc3..2daaf31bb 100644 --- a/docs/stream_maps.md +++ b/docs/stream_maps.md @@ -235,7 +235,7 @@ can be referenced directly by mapping expressions. - `datetime` - This is the datetime module object from the Python standard library. You can access datetime.datetime, datetime.timedelta, etc. - `json` - This is the json module object from the Python standard library. - Primarily used for calling :py:func:`json.dumps()` and :py:func:`json.loads()`. + Primarily used for calling [`json.dumps()`](inv:py:func:json.dumps) and [`json.loads()`](inv:py:func:json.loads). #### Built-in Variable Names