Update API_Reference.py

This commit is contained in:
guanjihuan 2022-09-14 07:32:55 +08:00
parent c9a91e6dbc
commit 1f0d66c358

View File

@ -341,7 +341,7 @@ rgb = guan.hex_to_rgb(hex)
guan.write_file_list_in_markdown(directory, filename='a', reverse_positive_or_negative=1, starting_from_h1=None, banned_file_format=[], hide_file_format=None, divided_line=None, show_second_number=None, show_third_number=None) guan.write_file_list_in_markdown(directory, filename='a', reverse_positive_or_negative=1, starting_from_h1=None, banned_file_format=[], hide_file_format=None, divided_line=None, show_second_number=None, show_third_number=None)
guan.find_repeated_file_with_same_filename(directory, num=1000) repeated_file = guan.find_repeated_file_with_same_filename(directory, num=1000)
guan.move_all_files_to_root_directory(directory) guan.move_all_files_to_root_directory(directory)