Skip to content

Commit 3b713bd

Browse files
PennycookCopilot
andauthored
Fix copy-pasted docstring
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent e16c7ff commit 3b713bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

codebasin/preprocessor.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1684,8 +1684,8 @@ def define(self, identifier: str, macro: Macro | MacroFunction) -> None:
16841684

16851685
def add_include_to_skip(self, fn: str) -> None:
16861686
"""
1687-
Define a new macro for this platform, only if it's not already
1688-
defined.
1687+
Add an include file to the skip list for this platform. The file will
1688+
not be processed when encountered in the include directives.
16891689
"""
16901690
if fn not in self._skip_includes:
16911691
self._skip_includes.append(fn)

0 commit comments

Comments
 (0)