Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix #38897, docstring for .op= #38898

Merged
merged 1 commit into from
Dec 15, 2020
Merged

fix #38897, docstring for .op= #38898

merged 1 commit into from
Dec 15, 2020

Conversation

mbauman
Copy link
Member

@mbauman mbauman commented Dec 15, 2020

Also change "equivalent to" to a more rough "akin to" since x .op y isn't always identical to broadcast(op, x, y).

Also change "equivalent to" to a more rough "akin to" since `x .op y` isn't always identical to `broadcast(op, x, y)`.
@mbauman mbauman added docs This change adds or pertains to documentation REPL Julia's REPL (Read Eval Print Loop) broadcast Applying a function over a collection labels Dec 15, 2020
@Keno Keno merged commit 74a08fe into master Dec 15, 2020
@Keno Keno deleted the mb/38897 branch December 15, 2020 19:53
@mbauman mbauman added the backport 1.6 Change should be backported to release-1.6 label Dec 15, 2020
KristofferC pushed a commit that referenced this pull request Dec 17, 2020
Also change "equivalent to" to a more rough "akin to" since `x .op y` isn't always identical to `broadcast(op, x, y)`.

(cherry picked from commit 74a08fe)
@KristofferC KristofferC mentioned this pull request Dec 17, 2020
53 tasks
@KristofferC KristofferC removed the backport 1.6 Change should be backported to release-1.6 label Dec 19, 2020
staticfloat pushed a commit that referenced this pull request Jan 15, 2021
Also change "equivalent to" to a more rough "akin to" since `x .op y` isn't always identical to `broadcast(op, x, y)`.

(cherry picked from commit 74a08fe)
ElOceanografo pushed a commit to ElOceanografo/julia that referenced this pull request May 4, 2021
Also change "equivalent to" to a more rough "akin to" since `x .op y` isn't always identical to `broadcast(op, x, y)`.
staticfloat pushed a commit that referenced this pull request Dec 23, 2022
Also change "equivalent to" to a more rough "akin to" since `x .op y` isn't always identical to `broadcast(op, x, y)`.

(cherry picked from commit 74a08fe)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
broadcast Applying a function over a collection docs This change adds or pertains to documentation REPL Julia's REPL (Read Eval Print Loop)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants