Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update docs/stream_maps.md
Browse files Browse the repository at this point in the history
edgarrmondragon authored Jul 15, 2024
1 parent adcc74c commit 22def0d
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
@@ -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

0 comments on commit 22def0d

Please sign in to comment.