Skip to content

Commit 888151d

Browse files
committed
fixup! Fix typos in workflow.py docstring
1 parent 85bb579 commit 888151d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exasol/toolbox/nox/plugin.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def prepare_release_update_version(self, session, config, version):
4141
@hookspec
4242
def prepare_release_add_files(self, session, config):
4343
"""
44-
Files which should be added to the prepare relase commit should be added using add.
44+
Files which should be added to the prepare release commit should be added using add.
4545
4646
Args:
4747
session (nox.Session):
@@ -64,7 +64,7 @@ def pre_integration_tests_hook(self, session, config, context):
6464
6565
This function acts as a hook that gets called before the execution of integration tests.
6666
It can be used to execute any project-specific tasks that need to be performed before
67-
the tests run, such as starting or initalizing a database.
67+
the tests run, such as starting or initializing a database.
6868
6969
Args:
7070
session (nox.Session):

0 commit comments

Comments
 (0)