Skip to content

Commit d53bcc9

Browse files
committed
chore(pi): correct typo
1 parent fa24ca9 commit d53bcc9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/personality_insights_v3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
# Profile with CSV output #
3838
###########################
3939

40-
with open(jjoin(os.getcwd(), 'resources/personality-v3.json'), 'r') as \
40+
with open(join(os.getcwd(), 'resources/personality-v3.json'), 'r') as \
4141
profile_json:
4242
response = service.profile(
4343
profile_json.read(),

0 commit comments

Comments
 (0)