Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit cbbbf47

Browse files
committed
missing 's' in a un-doctested piece of code
1 parent db9cd16 commit cbbbf47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sage/manifolds/continuous_map.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1755,8 +1755,8 @@ def restrict(self, subdomain, subcodomain=None):
17551755
self._restrictions[(subdomain, subcodomain)] = res
17561756
self._restrictions.update(res._restrictions)
17571757
self._restrictions_graph.update(res._restrictions_graph)
1758-
res._extension_graph.update(self._extension_graph)
1759-
for ext in self._extension._graph.values():
1758+
res._extensions_graph.update(self._extensions_graph)
1759+
for ext in self._extensions_graph.values():
17601760
ext._restrictions[subdomain] = res
17611761
ext._restrictions.update(res._restrictions)
17621762
ext._restrictions_graph.update(res._restrictions_graph)

0 commit comments

Comments
 (0)