Skip to content

Commit 74932d8

Browse files
Apply suggestions from code review
typos and clarifications Co-authored-by: Jonathan Zheng <[email protected]>
1 parent ec57780 commit 74932d8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

documentation/source/users/rmg/installation/anacondaDeveloper.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Installation by Source Using Anaconda Environment for Unix-based Systems: Linux
8787

8888
#. **Optional**: add your RMG-Py folder to ``PATH`` to launch ``rmg.py`` from any folder.
8989

90-
In general, this commands should be placed in the appropriate shell initialization file.
90+
In general, this command should be placed in the appropriate shell initialization file.
9191
For Linux users using bash (the default on distributions mentioned here), these should be placed in ``~/.bashrc``.
9292
For MacOS users using bash (default before MacOS Catalina), these should be placed in ``~/.bash_profile``, which you should create if it doesn't exist.
9393
For MacOS users using zsh (default beginning in MacOS Catalina), these should be placed in ``~/.zshrc``. ::

install_rms.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# Convenience script to install ReactionMechanismSimulator inside your rmg_env conda environment
44
#
5-
# Note that you will have to manually install juliaup before running this script:
5+
# Note that you will have to manually install juliaup before running this script by uncommenting and executing the following lines:
66
# curl -fsSL https://install.julialang.org | sh
77
# # restart shell
88
# juliaup add 1.9

rmgpy/molecule/group.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
from rmgpy.molecule.fragment import CuttingLabel
4848

4949
# helper functions
50-
# these were originall nested inside the indicated parent function, but when we upgraded to
50+
# these were originally nested inside the indicated parent function, but when we upgraded to
5151
# Cython 3 this was no longer allowed - thus, they now live here.
5252

5353
# add_implicit_benzene

0 commit comments

Comments
 (0)