Skip to content

Commit

Permalink
move versionadded
Browse files Browse the repository at this point in the history
  • Loading branch information
jjimenezshaw committed May 18, 2023
1 parent 3180e72 commit 2893be4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions pyproj/_crs.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,7 @@ cdef class Base:
- WKT1_GDAL
- WKT1_ESRI
.. versionadded:: 3.6.0 output_axis_rule
Parameters
----------
Expand All @@ -428,8 +429,6 @@ cdef class Base:
output_axis_rule: bool, optional, default=None
If True, it will set the axis rule on any case. If false, never.
None for AUTO, that depends on the CRS and version.
.. versionadded:: 3.5.1
Returns
-------
Expand Down
2 changes: 1 addition & 1 deletion pyproj/crs/crs.py
Original file line number Diff line number Diff line change
Expand Up @@ -1210,6 +1210,7 @@ def to_wkt(
- WKT1_GDAL
- WKT1_ESRI
.. versionadded:: 3.6.0 output_axis_rule
Parameters
----------
Expand All @@ -1221,7 +1222,6 @@ def to_wkt(
output_axis_rule: bool, optional, default=None
If True, it will set the axis rule on any case. If false, never.
None for AUTO, that depends on the CRS and version.
.. versionadded:: 3.5.1
Returns
-------
Expand Down

0 comments on commit 2893be4

Please sign in to comment.