Skip to content

Commit 058c2c0

Browse files
authored
Apply suggestions from code review
1 parent 0fb9e00 commit 058c2c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cylc/flow/resources.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
'syntax/cylc.xml': 'Kate syntax highlighting.',
4444
'cylc-completion.bash': 'Bash auto-completion for Cylc commands.',
4545
'cylc': 'Cylc wrapper script.',
46-
'!syntax/cylc.vim': 'Deprecated - use https://github.com/cylc/cylc.vim',
46+
'!syntax/cylc.vim': 'Obsolete- use https://github.com/cylc/cylc.vim',
4747
}
4848
API_KEY = 'api-key'
4949

tests/unit/test_resources.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def test_backup(tmp_path, caplog):
8282

8383

8484
def test_vim_deprecated():
85-
"""It fails, returning a warning if user asks for deprecated syntax file
85+
"""It fails, returning a warning if user asks for obsolete syntax file
8686
"""
8787
output = run(
8888
['cylc', 'get-resources', 'syntax/cylc.vim'],

0 commit comments

Comments
 (0)