Skip to content

Commit 7c3e5fc

Browse files
deepyamancpcloud
authored andcommitted
docs(ir): remove extra backticks to fix formatting
1 parent 8233aff commit 7c3e5fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ibis/expr/types/relations.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2177,12 +2177,12 @@ def rename(
21772177
- A function from old name to new name. If the function returns
21782178
`None` the old name is used.
21792179
- The literal strings `"snake_case"` or `"ALL_CAPS"` to
2180-
rename all columns using a `snake_case` or `"ALL_CAPS"``
2180+
rename all columns using a `snake_case` or `"ALL_CAPS"`
21812181
naming convention respectively.
21822182
- A mapping from new name to old name. Existing columns not present
21832183
in the mapping will passthrough with their original name.
21842184
substitutions
2185-
Columns to be explicitly renamed, expressed as `new_name=old_name``
2185+
Columns to be explicitly renamed, expressed as `new_name=old_name`
21862186
keyword arguments.
21872187
21882188
Returns
@@ -2217,7 +2217,7 @@ def rename(
22172217
└───────────┴───────────────┴─────────────────────────────────────┘
22182218
22192219
Rename specific columns by passing keyword arguments like
2220-
`new_name="old_name"``
2220+
`new_name="old_name"`
22212221
22222222
>>> t.rename(study_name="studyName").head(1)
22232223
┏━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓

0 commit comments

Comments
 (0)