Skip to content

Commit ca58091

Browse files
authored
minor: Fix Functional API guide (#20694)
Add an empty line so the list is rendered as a list, not as a single line of text
1 parent 8907bcb commit ca58091

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

guides/functional_api.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@
179179
from this file, even if the code that built the model is no longer available.
180180
181181
This saved file includes the:
182+
182183
- model architecture
183184
- model weight values (that were learned during training)
184185
- model training config, if any (as passed to `compile()`)

0 commit comments

Comments
 (0)