Skip to content

Commit 493da2f

Browse files
committed
chore: update 'Source backup' section in building.md
1 parent b8af8cf commit 493da2f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/documentation/building.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ $ questionpy-sdk package SOURCE_DIRECTORY
1616
The `.qpy` file follows this default pattern: `NAMESPACE-SHORTNAME-VERSION.qpy`, like
1717
`my_namespace-my_project-0.1.0.qpy`.
1818

19-
## Source backup
19+
## Source copy
2020

21-
QuestionPy will automatically back up the source code by storing a copy in the `.qpy` package. This feature allows you
22-
to restore the complete source from a `.qpy` package whenever needed.
21+
QuestionPy will automatically copy the package source code into the `.qpy` file, enabling complete source restoration
22+
from the .qpy package whenever needed.
2323

2424
<figure markdown="span">
2525
```mermaid

0 commit comments

Comments
 (0)