mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
typos
This commit is contained in:
parent
d51ab29207
commit
7e17a49622
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
**Changed:**
|
||||
|
||||
* Moved ``amalgamate_source`` outside `build_tables`
|
||||
* Moved ``amalgamate_source`` outside ``build_tables``
|
||||
|
||||
* Disable amalgamation on setup develop
|
||||
|
||||
|
|
2
setup.py
2
setup.py
|
@ -52,7 +52,7 @@ from xonsh import __version__ as XONSH_VERSION
|
|||
|
||||
|
||||
def amalgamate_source():
|
||||
"""Amalgamtes source files."""
|
||||
"""Amalgamates source files."""
|
||||
sys.path.insert(0, os.path.dirname(__file__))
|
||||
try:
|
||||
import amalgamate
|
||||
|
|
Loading…
Add table
Reference in a new issue