Skip to content

Commit

Permalink
Better language
Browse files Browse the repository at this point in the history
  • Loading branch information
Saransh-cpp committed May 20, 2024
1 parent eed670e commit 8d9df39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -763,7 +763,7 @@ compute_masses(array)

## Sub-classing Awkward mixins

At the moment, it is possible to sub-class vector awkward mixins to extend the vector functionalities. Although the mechanism is in place, it is not very user-friendly and is being worked on.
At the moment, it is possible to sub-class vector awkward mixins to extend the vector functionalities. Although the mechanism in place works well, it is still being improved.

For instance, the `MomentumAwkward` classes can be extended in the following way:

Expand Down
2 changes: 1 addition & 1 deletion docs/usage/intro.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -3544,7 +3544,7 @@
"source": [
"## Sub-classing Awkward mixins\n",
"\n",
"At the moment, it is possible to sub-class vector awkward mixins to extend the vector functionalities. Although the mechanism is in place, it is not very user-friendly and is being worked on.\n",
"At the moment, it is possible to sub-class vector awkward mixins to extend the vector functionalities. Although the mechanism in place works well, it is still being improved.\n",
"\n",
"For instance, the `MomentumAwkward` classes can be extended in the following way:"
]
Expand Down

0 comments on commit 8d9df39

Please sign in to comment.