fix: some typos (#415)

Signed-off-by: gcmutator <329964069@qq.com>
Co-authored-by: gcmutator <329964069@qq.com>
This commit is contained in:
rustrover 2024-03-11 15:04:38 +08:00 committed by GitHub
parent f867ccbf94
commit 34204ec4c6
2 changed files with 2 additions and 2 deletions

View File

@ -194,7 +194,7 @@ def validate(ticket):
def _parse_tag(string, tag): def _parse_tag(string, tag):
""" """
Used for parsing xml. Search string for the first occurence of Used for parsing xml. Search string for the first occurrence of
<tag>.....</tag> and return text (stripped of leading and tailing <tag>.....</tag> and return text (stripped of leading and tailing
whitespace) between tags. Return "" if tag not found. whitespace) between tags. Return "" if tag not found.
""" """

View File

@ -13,7 +13,7 @@
**set database in config file cmdb-api/settings.py** **set database in config file cmdb-api/settings.py**
- In cmdb directory,start in order as follows: - In cmdb directory,start in order as follows:
- enviroment: `make env` - environment: `make env`
- start API: `make api` - start API: `make api`
- start UI: `make ui` - start UI: `make ui`
- start worker: `make worker` - start worker: `make worker`