Skip to content

Commit 7aea7c1

Browse files
Merge pull request #10351 from MicrosoftDocs/j-martens-patch-100
fixing broken links
2 parents dcc6f32 + a6cd402 commit 7aea7c1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/python/refactoring-python-code.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Refactor Python code
33
description: Visual Studio makes it easy to refactor Python code by renaming identifiers, extracting methods, adding imports, and removing unused imports.
4-
ms.date: 02/06/2022
4+
ms.date: 08/26/2022
55
ms.topic: how-to
66
author: rjmolyneaux
77
ms.author: rmolyneaux
@@ -19,7 +19,6 @@ ms.workload:
1919
Visual Studio provides several commands for automatically transforming and cleaning up your Python source code:
2020

2121
- [Rename](#rename) renames a selected class, method, or variable name.
22-
- [Extract method](#extract-method) creates a new method from the selected code.
2322
- [Add import](#add-import) provides a smart tag to add a missing import.
2423
- [Remove unused imports](#remove-unused-imports) removes unused imports.
2524

0 commit comments

Comments
 (0)