Skip to content

Commit fdfddda

Browse files
5kyc0d3rvimalloc
authored andcommitted
Fixed typo in example (#242)
1 parent f79c982 commit fdfddda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/optional_protected_endpoints.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def partially_protected():
3636
if current_user:
3737
return jsonify(logged_in_as=current_user), 200
3838
else:
39-
return jsonify(loggeed_in_as='anonymous user'), 200
39+
return jsonify(logged_in_as='anonymous user'), 200
4040

4141

4242
if __name__ == '__main__':

0 commit comments

Comments
 (0)