Skip to content

Commit 4c9846a

Browse files
authored
fix docstring rendering (#1795)
1 parent f80d7f2 commit 4c9846a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

skrub/_data_ops/_data_ops.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1638,8 +1638,8 @@ def deferred(func):
16381638
INFO x = 3
16391639
3
16401640
1641-
Advanced examples
1642-
-----------------
1641+
**Advanced examples**
1642+
16431643
As we saw in the last example above, the arguments passed to the function,
16441644
if they are DataOps, are evaluated before calling it. This is also the
16451645
case for global variables, default arguments and free variables.

0 commit comments

Comments
 (0)