Skip to content

Commit 2cf03fb

Browse files
committed
Small grammar changes to CHANGES.rst
1 parent e09f8da commit 2cf03fb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

CHANGES.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ And in the ``Mathics3-Trepan`` repository:
2828
* ``Debugger[]``, and
2929
* ``TraceActivate[]``
3030

31-
Option ``--post-mortem`` was added which goes into the `trepan3k debugger <https https://pypi.org/project/trepan3k/>`_ on an unrecoverable error. This option is available on other front ends..
31+
Option ``--post-mortem`` was added which goes into the `trepan3k debugger <https https://pypi.org/project/trepan3k/>`_ on an unrecoverable error. This option is available on other front ends.
3232

3333
This debugging code is very much alpha quality, but it greatly
3434
improves the ability to debug problems in loading existing packages
@@ -93,7 +93,7 @@ By `@davidar <https://github.com/davidar>`_:
9393
Documentation
9494
+++++++++++++
9595

96-
* Unicode operators appears in Django documentation. In the PDF, AMSLaTeX is used.
96+
* Unicode operators appear in Django documentation. In the PDF, AMSLaTeX is used.
9797
* Summaries of builtin functions have been improved and regularized
9898

9999
``mathics`` command line
@@ -119,7 +119,7 @@ Internals
119119
``mathics.builtins`` put in ``mathics.eval``. This includes code for
120120
plotting, and making boxes.
121121
* nested ``TimeConstraint[]`` works via external Python module ``stopit``.
122-
* ``Pause[]`` is more interuptable
122+
* ``Pause[]`` is more interruptible
123123
* More code has been linted, more type errors removed, and docstrings added/improved
124124

125125

@@ -139,7 +139,7 @@ API incompatibility
139139
* Patterns in ``eval_`` and ``format_`` methods of builtin classes
140140
parses patterns in docstrings of the form
141141
``Symbol: Expr`` as ``Pattern[Symbol, Expr]``.
142-
To specify associated format in ``format_`` methods the
142+
To specify the associated format in ``format_`` methods the
143143
docstring, the list of format must be wrapped in parenthesis, like
144144
``(InputForm,): Definitions[...]`` instead of just ``InputForm: Definitions[...]``.
145145
* Character and Operator information that has been gone over in the Mathics Scanner project. The information in JSON tables, the keys, and values have thus change. Here, we read this information in and use that instead of previously hard-coded values.
@@ -157,8 +157,8 @@ Mathics3 Packages
157157

158158
* Added ``BoolEval``
159159
* Added ``CleanSlate``
160-
* ``Combinatorica`` moved to a separate repository and v.9 renamed to 0.9.1.
161-
More code v0.9.1 works. v2.0 renamed v2.0.1 and some code now works.
160+
* ``Combinatorica`` moved to a separate repository and v.9 was renamed to 0.9.1.
161+
More code v0.9.1 works. v2.0 was renamed v2.0.1 and some code now works.
162162
* ``Rubi`` version 4.17 (work in progress; algebraic integrations work)
163163

164164

0 commit comments

Comments
 (0)