Skip to content

Commit 6940956

Browse files
authored
Apply suggestions from code review
1 parent 1e0e5b2 commit 6940956

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

getting-started/setup-building.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1223,7 +1223,7 @@ CPython repository.
12231223
podman run -it --rm --volume $PWD:/workspace:Z --workdir /workspace cpython-dev
12241224
12251225
Note that the container has read/write access to the working directory.
1226-
You may want to use a separate clone of CPython, or run ``git clean -fxd``
1226+
You may want to use a separate clone of CPython, or run ``make clean``
12271227
to remove caches and build output generated for your host OS.
12281228

12291229
.. c_codespaces_end

0 commit comments

Comments
 (0)