Skip to content

Commit 74f8643

Browse files
committed
Replace 'Plone package (not add-on)' by 'Plone Core package'
1 parent a2584af commit 74f8643

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/install/source-step-by-step.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ If you want to develop a Plone package, then the subsequent section is for you.
242242

243243
#### Checkout or version pinning of a Plone package
244244

245-
If you want to checkout a Plone package (not add-on) for development or just want to override the constraints of Plone, then a first attempt would be to define constraints with a {file}`constraints.txt` to tell pip to install a different version of a Plone package.
245+
If you want to checkout a Plone Core package for development or just want to override the constraints of Plone, then a first attempt would be to define constraints with a {file}`constraints.txt` to tell pip to install a different version of a Plone package.
246246

247247
```
248248
# constraints.txt with unresolvable version conflict

docs/install/source.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ Pin the version of a Plone package / constraints
265265

266266

267267
Checkout a Plone package
268-
: If you want to checkout a Plone package (not add-on) for development, this section is for you.
268+
: If you want to checkout a Plone Core package for development, this section is for you.
269269

270270
Add the Plone package you want to check out in {file}`mx.ini`.
271271

0 commit comments

Comments
 (0)