Commit 2acac19
docs(pull_mirror): fix incorrect start() method usage example
The documentation incorrectly showed calling start() on the
ProjectPullMirror object (mirror.start()), but the method only
exists on the ProjectPullMirrorManager. Updated the example to
show the correct usage: project.pull_mirror.start().
Fixes #32691 parent fb9693b commit 2acac19Copy full SHA for 2acac19
File tree
Expand file treeCollapse file tree
1 file changed
+2
-2
lines changedOpen diff view settings
Filter options
- docs/gl_objects
Expand file treeCollapse file tree
1 file changed
+2
-2
lines changedOpen diff view settings
Collapse file
docs/gl_objects/pull_mirror.rst
Copy file name to clipboardExpand all lines: docs/gl_objects/pull_mirror.rst+2-2Lines changed: 2 additions & 2 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
33 | 33 | |
34 | 34 | |
35 | 35 | |
36 | | - |
| 36 | + |
37 | 37 | |
38 | | - |
| 38 | + |
0 commit comments