Skip to content

Commit c2c335d

Browse files
committed
Remove copy-paste errors
1 parent fde94f4 commit c2c335d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

noxconfig.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ def source_code_path(self) -> Path:
1414
"""
1515
Path to the source code of the project.
1616
17-
In transformers-extension, this needs to be overridden due to a custom directory
18-
setup. This will be addressed in:
17+
This needs to be overridden due to a custom directory setup. This will be
18+
addressed in:
1919
https://github.com/exasol/udf-mock-python/issues/80
2020
"""
2121
return self.root_path / self.project_name
@@ -28,8 +28,8 @@ def version_filepath(self) -> Path:
2828
autogenerated file which contains the version of the code. It is maintained by
2929
the nox sessions ``version:check`` and ``release:prepare``.
3030
31-
In transformers-extension, this needs to be overridden due to a custom directory
32-
setup & custom `version.py` location. This will be addressed in:
31+
This needs to be overridden due to a custom directory setup & custom
32+
`version.py` location. This will be addressed in:
3333
https://github.com/exasol/udf-mock-python/issues/79
3434
"""
3535
return self.root_path / "version.py"

0 commit comments

Comments
 (0)