Skip to content

Commit 6e3ceb9

Browse files
committed
Update comments to reflect new file names
1 parent bbf0eef commit 6e3ceb9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

emacs-the-best-python-editor/PyEval/pyeval_operand.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
operand.py - implements an operand class for use by the evaluator
2+
pyeval_operand.py - implements an operand class for use by the evaluator
33
44
AUTHOR: Jon Fincher
55
"""

emacs-the-best-python-editor/PyEval/pyeval_operator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
operator.py - implements an operator class for use by the evaluator
2+
pyeval_operator.py - implements an operator class for use by the evaluator
33
44
AUTHOR: Jon Fincher
55
"""

0 commit comments

Comments
 (0)