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 b074747 commit adcc74c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/stream_maps.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit adcc74c

Please sign in to comment.