You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: notebook.ipynb
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -262,7 +262,7 @@
262
262
"source": [
263
263
"## Basic algebraic facts about transformations\n",
264
264
"\n",
265
-
"Such transformations can be also implemented as binary operators (thanks to Python ability to define classes that [emulate numeric types](https://docs.python.org/3/reference/datamodel.html#emulating-numeric-types)); one can for instance use `|` and `-` respectively for `beside` and `above` (the minus is to be understood as an horizontal line), and `+` for `over`."
265
+
"Such transformations can be also implemented as binary operators (thanks to Python ability to define classes that [emulate numeric types](https://docs.python.org/3/reference/datamodel.html#emulating-numeric-types)); one can for instance use `|` and `/` respectively for `beside` and `above`, and `+` for `over`."
0 commit comments