Skip to content

Commit

Permalink
DOC: Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwthompson committed Sep 6, 2023
1 parent 8c12453 commit a2146d5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions docs/releasehistory.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ Please note that all releases prior to a version 1.0.0 are considered pre-releas
* #797 `SMIRNOFFElectrostaticsCollection` now applies virtual site charge increments.
* #797 Removes `ElectrostaticsCollection.charges_without_virtual_sites`, `FoyerElectrostaticsHandler.charges_without_virtual_sites`, and makes `SMIRNOFFElectrostaticsCollection.charges_without_virtual_sites` private.

### Documentation improvements

* #802 Fixes some typos in the `vdWHandler` down-conversion warning.

## 0.3.13 - 2023-08-22

### New Features
Expand Down
4 changes: 2 additions & 2 deletions openff/interchange/smirnoff/_nonbonded.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ def _downconvert_vdw_handler(vdw_handler: vdWHandler):

elif vdw_handler.version == Version("0.4"):
warnings.warn(
"Automatically down-converting BondHandler from version 0.4 to 0.3. In the future, this "
"down-conversion will not happen and verison 0.3 will not be supported.",
"Automatically down-converting vdWHandler from version 0.4 to 0.3. In the future, this "
"down-conversion will not happen and version 0.3 will not be supported.",
stacklevel=2,
)

Expand Down

0 comments on commit a2146d5

Please sign in to comment.