Renamed the "accounting.utils.next_url" module to "accounting.utils.next_uri".

This commit is contained in:
2023-02-20 08:19:10 +08:00
parent 330a71ebf2
commit a73e3204b9
5 changed files with 6 additions and 6 deletions

View File

@ -14,7 +14,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
"""The utilities to handle the next URL.
"""The utilities to handle the next URI.
This module should not import any other module from the application.