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

Commit

Permalink
17429: fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
bhutz committed Dec 5, 2014
1 parent b20353c commit ae4317a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sage/schemes/projective/projective_point.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def __init__(self, X, v, check=True):

def __eq__(self,right):
"""
Tests the proejctive equality of two points.
Tests the projective equality of two points.
INPUT:
Expand Down Expand Up @@ -267,7 +267,7 @@ def __eq__(self,right):

def __ne__(self,right):
"""
Tests the proejctive equality of two points.
Tests the projective equality of two points.
INPUT:
Expand Down

0 comments on commit ae4317a

Please sign in to comment.