Skip to content

Commit a128eca

Browse files
authored
修复Sequential英文文档 (#63128)
* fix en-docs bugs * fix en-docs bugs
1 parent 52984e3 commit a128eca

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

python/paddle/nn/layer/container.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -548,6 +548,9 @@ class Sequential(Layer):
548548
Parameters:
549549
layers(Layer|list|tuple): Layer or list/tuple of iterable name Layer pair.
550550
551+
Returns:
552+
None.
553+
551554
Examples:
552555
.. code-block:: python
553556

0 commit comments

Comments
 (0)