Skip to content

Commit 660d41b

Browse files
committed
Formatting update in change log
1 parent 8b6f4b3 commit 660d41b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
the typed value differed from what the setter had converted it to.
55
* Fixed bug where ANSI style sequences were not correctly handled in `utils.truncate_line()`.
66
* Fixed bug where pyscripts could edit `cmd2.Cmd.py_locals` dictionary.
7-
* Fixed bug where cmd2 set sys.path[0] for a pyscript to cmd2's working directory instead of the
7+
* Fixed bug where cmd2 set `sys.path[0]` for a pyscript to cmd2's working directory instead of the
88
script file's directory.
9-
* Fixed bug where sys.path was not being restored after a pyscript ran.
9+
* Fixed bug where `sys.path` was not being restored after a pyscript ran.
1010
* Enhancements
1111
* Renamed set command's `-l/--long` flag to `-v/--verbose` for consistency with help and history commands.
1212
* Setting the following pyscript variables:

0 commit comments

Comments
 (0)