Skip to content

Commit

Permalink
My usual typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
jtv committed May 1, 2024
1 parent 74c3c3c commit 3ce6a93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def recursive_dir(path, relative_to):
else:
reldir = os.path.relpath(dirpath, relative_to)
for filename in filenames:
if not filename.beginswith('.'):
if not filename.startswith('.'):
files.append(os.path.join(reldir, filename))
return files

Expand Down

0 comments on commit 3ce6a93

Please sign in to comment.