Skip to content

Commit

Permalink
Fix typo in conda_argparse.py (#13123)
Browse files Browse the repository at this point in the history
* Fix typo in conda_argparse.py

overriden -> overridden

* Update conda/cli/conda_argparse.py

Co-authored-by: Daniel Holth <dholth@anaconda.com>

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: Daniel Holth <dholth@anaconda.com>
Co-authored-by: Travis Hathaway <travis.j.hathaway@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
4 people committed Sep 19, 2023
1 parent d1dacb9 commit dea94d4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion conda/cli/conda_argparse.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
escaped_user_rc_path = user_rc_path.replace("%", "%%")
escaped_sys_rc_path = abspath(join(sys.prefix, ".condarc")).replace("%", "%%")

#: List of a built-in commands; these cannot be overriden by plugin subcommands
#: List of built-in commands; these cannot be overridden by plugin subcommands
BUILTIN_COMMANDS = {
"clean",
"compare",
Expand Down
1 change: 0 additions & 1 deletion tests/gateways/test_jlap.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"""
import datetime
import json
import logging
import time
from pathlib import Path
from socket import socket
Expand Down

0 comments on commit dea94d4

Please sign in to comment.