Skip to content

Commit 5109278

Browse files
committed
Merge pull request #3876 from simonstanley/the_the_doc_change
Removed repeated the in pyplot.gca() doc string.
2 parents 711bacb + c7ae6ea commit 5109278

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/pyplot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -814,7 +814,7 @@ def gca(**kwargs):
814814
815815
Examples
816816
---------
817-
To get the the current polar axes on the current figure::
817+
To get the current polar axes on the current figure::
818818
819819
plt.gca(projection='polar')
820820

0 commit comments

Comments
 (0)