Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Feb 20, 2014
1 parent 59ad742 commit ef97652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clean_pyd.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""
@file
@brief clean all files .pyd and .so depending on pyhome and compiled by the library.
@brief clean all files .pyd and .so compiled by the library.
"""
import os
for root, dirs, files in os.walk("."):
Expand Down

0 comments on commit ef97652

Please sign in to comment.