Skip to content

Commit d680849

Browse files
committed
typo.
1 parent bee73af commit d680849

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/source/11_further_object-oriented_features.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@ with additional code or tests.
735735
of brackets according to distributive laws. Finally you could canonicalise
736736
commutative operators such as `+` and `*` so that, for example `1 + x` is
737737
mapped to `x + 1`. Doing this over multiple layers of the tree
738-
(transforming `1 + 2*x + 3*x**2` to `3*x**2 + 2*x + 1` is an additional
738+
(for example, transforming `1 + 2*x + 3*x**2` to `3*x**2 + 2*x + 1`) is an additional
739739
challenge.
740740

741741

doc/webgit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Subproject commit 8c1caae55f85366b3f7c3df6d68bc9a9da22c737
1+
Subproject commit c03f7645e53f0d8a0006759c65cd7f5e617dee9d

0 commit comments

Comments
 (0)