Skip to content

Commit 748c1b3

Browse files
authored
[Docs] Update a link (huggingface#6014)
* Update the location of Python's version * Trim trailing whitespace
1 parent 5235070 commit 748c1b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ You will need basic `git` proficiency to be able to contribute to
355355
manual. Type `git --help` in a shell and enjoy. If you prefer books, [Pro
356356
Git](https://git-scm.com/book/en/v2) is a very good reference.
357357

358-
Follow these steps to start contributing ([supported Python versions](https://github.com/huggingface/diffusers/blob/main/setup.py#L244)):
358+
Follow these steps to start contributing ([supported Python versions](https://github.com/huggingface/diffusers/blob/main/setup.py#L265)):
359359

360360
1. Fork the [repository](https://github.com/huggingface/diffusers) by
361361
clicking on the 'Fork' button on the repository's page. This creates a copy of the code

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ repo-consistency:
4141

4242
quality:
4343
ruff check $(check_dirs) setup.py
44-
ruff format --check $(check_dirs) setup.py
44+
ruff format --check $(check_dirs) setup.py
4545
python utils/check_doc_toc.py
4646

4747
# Format source code automatically and check is there are any problems left that need manual fixing

0 commit comments

Comments
 (0)