diff --git a/docs/stream_maps.md b/docs/stream_maps.md index 22f849913..ee65cafc3 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 json.dumps() and json.loads(). + Primarily used for calling :py:func:`json.dumps()` and :py:func:`json.loads()`. #### Built-in Variable Names