Skip to content

Commit f766734

Browse files
Update README.md
1 parent 9b7875a commit f766734

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ graph BT
9393
%% Arrows still point child → parent
9494
BaseExpression -.-> sympy.Expr
9595
BaseExpression -.-> sympy.Poly
96-
Expression --> |Numerical Proxy| n
96+
Expression --> n
9797
n --> |lambdified numerical representation| A["f(x)"]
9898
n -.-> scipy.numerical_methods
9999
Expression --> BaseExpression

0 commit comments

Comments
 (0)