Skip to content

Commit 03cb994

Browse files
committed
fix indent in docstring
1 parent 3ae6449 commit 03cb994

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/rule_definition_tools.jl

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ propagator_name(fname::QuoteNode, propname::Symbol) = propagator_name(fname.valu
2525
"""
2626
propagation_expr(𝒟, Δs, ∂s)
2727
28-
Returns the expression for the propagation of
29-
the input gradient `Δs` though the partials `∂s`.
28+
Returns the expression for the propagation of
29+
the input gradient `Δs` though the partials `∂s`.
3030
31-
𝒟 is an expression that when evaluated returns the type-of the input domain.
32-
For example if the derivative is being taken at the point `1` it returns `Int`.
33-
if it is taken at `1+1im` it returns `Complex{Int}`.
34-
At present it is ignored for non-Wirtinger derivatives.
31+
𝒟 is an expression that when evaluated returns the type-of the input domain.
32+
For example if the derivative is being taken at the point `1` it returns `Int`.
33+
if it is taken at `1+1im` it returns `Complex{Int}`.
34+
At present it is ignored for non-Wirtinger derivatives.
3535
"""
3636
function propagation_expr(𝒟, Δs, ∂s)
3737
wirtinger_indices = findall(∂s) do ex

0 commit comments

Comments
 (0)