Browse Source

fix(readme): `something@email.com` to `something@mail.com`

pull/1956/head
Christopher Fremond 1 year ago committed by GitHub
parent
commit
d1b6ad2506
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      subjects/devops/object_to_json/README.md

2
subjects/devops/object_to_json/README.md

@ -13,7 +13,7 @@ The new registration information comes as string formatted as JSON. You need to
```python
class User:
username = 'user'
email = 'something@email.com'
email = 'something@mail.com'
```
2. `user_to_json` that will receive a `User` and will return the object as a string in JSON format. Be aware of the Python types that can be converted to JSON!

Loading…
Cancel
Save