Skip to content

Commit 21fae28

Browse files
klafffredrikekre
andauthored
Update doc/src/manual/noteworthy-differences.md
Co-Authored-By: Fredrik Ekre <ekrefredrik@gmail.com>
1 parent 5b0572f commit 21fae28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/manual/noteworthy-differences.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ For users coming to Julia from R, these are some noteworthy differences:
221221
On the other hand, the function `g(x=[1,2]) = push!(x,3)` returns `[1,2,3]` every time it is called
222222
as `g()`.
223223
* In Julia, keyword arguments must be passed using keywords, unlike python in which it is usually possible
224-
to pass them positionally. Attempting to pass a keyword argument positionally alters the method
224+
to pass them positionally. Attempting to pass a keyword argument positionally alters the method
225225
signature leading to a `MethodError` or calling of the wrong method.
226226
* In Julia `%` is the remainder operator, whereas in Python it is the modulus.
227227
* The commonly used `Int` type corresponds to the machine integer type (`Int32` or `Int64`).

0 commit comments

Comments
 (0)