From e469e5e539d2dc5bd1453baf49cb51f26ba0fef6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Robert=20J=C3=B6rdens?= Date: Thu, 28 Nov 2013 23:33:27 -0700 Subject: [PATCH] genlib.fifo: fix docstring section syntax --- migen/genlib/fifo.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/migen/genlib/fifo.py b/migen/genlib/fifo.py index 308eb5fc..b9769d8e 100644 --- a/migen/genlib/fifo.py +++ b/migen/genlib/fifo.py @@ -20,14 +20,14 @@ class _FIFOInterface: also appears first on the output. Parameters - ========== + ---------- width_or_layout : int, layout Bit width or `Record` layout for the data. depth : int Depth of the FIFO. Attributes - ========== + ---------- din : in, width_or_layout Input data either flat or Record structured. writable : out -- 2.30.2