Skip to content

Commit b8ccf49

Browse files
authored
Remove code formatting from a word that isn't part of the code
1 parent 6a146f8 commit b8ccf49

File tree

1 file changed

+1
-1
lines changed
  • docs/docs/05_flask_smorest/02_data_model_improvements

1 file changed

+1
-1
lines changed

docs/docs/05_flask_smorest/02_data_model_improvements/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ def create_store():
257257
return store
258258
```
259259

260-
Here we add a new import, [the `uuid` module](https://docs.python.org/3/library/uuid.html). We will be using it to create unique IDs for our stores and items instead of relying on the uniqueness of their `names`.
260+
Here we add a new import, [the `uuid` module](https://docs.python.org/3/library/uuid.html). We will be using it to create unique IDs for our stores and items instead of relying on the uniqueness of their names.
261261

262262
</TabItem>
263263
</Tabs>

0 commit comments

Comments
 (0)