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

Commit 7cfb4af

Browse files
committedAug 18, 2017
Fix doc of completion()
1 parent 92bafe2 commit 7cfb4af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/sage/rings/polynomial/multi_polynomial_ring_generic.pyx

+2-2
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,8 @@ cdef class MPolynomialRing_generic(sage.rings.ring.CommutativeRing):
156156

157157
def completion(self, names, prec=20, extras=None):
158158
"""
159-
Return the completion of self with respect to the ideal generated
160-
by the variable(s) ``p``.
159+
Return the completion of self with respect to the ideal
160+
generated by the variable(s) ``names``.
161161
162162
INPUT:
163163

0 commit comments

Comments
 (0)
This repository has been archived.