Skip to content

Commit

Permalink
Small spelling typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Aug 5, 2024
1 parent 9daa219 commit 1fd561b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mathicsscript/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"""
mathicsscript is a command-line interface to Mathics.
Copyright 2020-2021, 2024 The Mathics Team
Copyright 2020-2021, 2024 The Mathics3 Team
"""

import os.path as osp
Expand Down
4 changes: 2 additions & 2 deletions mathicsscript/completion.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

# Copyright (C) 2021-2022 Rocky Bernstein <[email protected]>
# Copyright (C) 2021-2022, 2024 Rocky Bernstein <[email protected]>
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
Expand Down Expand Up @@ -126,7 +126,7 @@ def get_word_before_cursor_with_kind(
self, document: Document
) -> Tuple[str, TokenKind]:
"""
Get the word before the cursor and clasify it into one of the kinds
Get the word before the cursor and classify it into one of the kinds
of tokens: NamedCharacter, AsciiOperator, Symbol, etc.
Expand Down

0 comments on commit 1fd561b

Please sign in to comment.