Skip to content

Commit

Permalink
Update docs/stream_maps.md
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Jul 15, 2024
1 parent 22def0d commit 6602a01
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/stream_maps.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,8 @@ 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()`](inv:py:func:json.dumps) and [`json.loads()`](inv:py:func:json.loads).
Primarily used for calling [`json.dumps()`](inv:python:py:function:#json.dumps)
and [`json.loads()`](inv:python:py:function:#json.loads).

#### Built-in Variable Names

Expand Down

0 comments on commit 6602a01

Please sign in to comment.