Skip to content

Commit dedfc20

Browse files
Tom McCarthyJoris Conijn
Tom McCarthy
and
Joris Conijn
authored
Update docs/content/core/tracer.mdx
chore: correct spacing Co-authored-by: Joris Conijn <jco@woodwing.com>
1 parent 28ae8df commit dedfc20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/core/tracer.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def sensitive_information_to_be_processed():
142142
def get_s3_object(bucket_name, object_key):
143143
s3 = boto3.client("s3")
144144
s3_object = get_object(Bucket=bucket_name, Key=object_key)
145-
return s3_object
145+
return s3_object
146146
```
147147

148148
## Asynchronous and generator functions

0 commit comments

Comments
 (0)